Live stream tweets based on keywords to database using SQLAlchemy. Tweets are assigned a sentiment score and data is presented via streamlit.
Use the package manager pip to install requirements.
pip install -r requirements.txt
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