Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shirosaidev committed Nov 23, 2018
1 parent 76500bb commit 423df22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -26,7 +26,9 @@ https://developer.twitter.com/en/docs/basics/authentication/guides/access-tokens

Copy config.py.sample to config.py

Add consumer key/access token and secrets to config.py
Set elasticsearch settings in config.py for your env

Add twitter consumer key/access token and secrets to config.py

Edit config.py and modify NLTK tokens required/ignored and twitter feeds you want to mine. NLTK tokens required are keywords which must be in tweet before adding it to Elasticsearch (whitelist). NLTK tokens ignored are keywords which if are found in tweet, it will not be added to Elasticsearch (blacklist).

Expand Down

0 comments on commit 423df22

Please sign in to comment.