A simple Python demonstration of using Streamlit with Tweepy to get the latest Tweets from Twitter accounts.
You can view a demo here;
To run locally;
pip install -r requirements.txt
streamlit run app.py
This app works well with Heroku.
- Install the Heroku CLI and set it up
heroku create
git push heroku master