Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 521 Bytes

File metadata and controls

24 lines (17 loc) · 521 Bytes

streamlit-twitter-stream

Live stream tweets based on keywords to database using SQLAlchemy. Tweets are assigned a sentiment score and data is presented via streamlit.

Requiremnts

Use the package manager pip to install requirements.

pip install -r requirements.txt

Usage

Environment variables must be set as per config.py for DB and Tweepy settings.

Streaming:

python run_stream.py "Keyword1,Keyword2"

Streamlit app

streamlit run app,py