tMakefile - counterfacto - small software tool to analyze twitter and highlight counterfactual statements
HTML git clone git://parazyd.org/counterfacto.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tMakefile (402B)
---
1 all:
2 @echo downloading python nltk tagger
3 @python2 -c "import nltk; nltk.download('averaged_perceptron_tagger')"
4 @echo
5 @echo please create a file called credentials with the following data:
6 @echo "oatoken = 'yourOAuthToken'"
7 @echo "oasecret = 'yourOAuthSecret'"
8 @echo "conskey = 'yourConsumerKey'"
9 @echo "conssecret = 'yourConsSecret'"
10 @echo
11 @echo you can get these by creating a twitter app