Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shirosaidev committed Oct 26, 2019
2 parents e599ddd + 4ad60d3 commit 945f40c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ Join the conversation, get support, etc on [stocksight Slack](https://join.slack

## Requirements
- Python 3. (tested with Python 3.6.5)
- Elasticsearch 5.
- Kibana 5.
- elasticsearch python module
- nltk python module
- requests python module
Expand All @@ -35,6 +33,10 @@ Join the conversation, get support, etc on [stocksight Slack](https://join.slack
- textblob python module
- vaderSentiment python module

## Optional installs
- Elasticsearch 5. (Elasticsearch is recommended but can be not used with --noelasticsearch)
- Kibana 5. (Kibana is recommended for searching/visualizing the Elasticsearch indices)

### Download

```shell
Expand All @@ -56,6 +58,10 @@ Install python requirements using pip

`pip install -r requirements.txt`

Install python nltk data

`python -c "import nltk; nltk.download('punkt')"`

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

0 comments on commit 945f40c

Please sign in to comment.