Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shirosaidev committed Nov 23, 2018
2 parents c33084e + 5d5427d commit 76500bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -17,6 +17,10 @@ Stock analyzer and stock predictor using Elasticsearch, Twitter, News headlines

## How to use

Install python requirements using pip

`pip install -r requirements.txt`

Create a new twitter application and generate your consumer key and access token. https://developer.twitter.com/en/docs/basics/developer-portal/guides/apps.html
https://developer.twitter.com/en/docs/basics/authentication/guides/access-tokens.html

Expand Down
7 changes: 7 additions & 0 deletions requirements.txt
@@ -0,0 +1,7 @@
elasticsearch>=5.0.0,<6.0.0
requests
nltk
tweepy
beautifulsoup4
textblob
vaderSentiment

0 comments on commit 76500bb

Please sign in to comment.