/tick-sentiment

Analyze the sentiment around ticker symbols and keywords on Twitter and Stocktwits

Primary LanguagePython

Installation

pip install -r requirements.txt

Usage

Run the main.py file (press Enter or Ctrl + C to finish):

python main.py

This will open connections for streaming from the APIs and create .db files within the data folder.

Then run dump.py to store all the tweets data into a CSV file.

TODO

  • Read tweets from Stocktwits.
  • Send reports via email.
  • Save reports in Google Spreadsheets.