Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 431 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 431 Bytes

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.