/streamlit-get-tweets

A simple Python demonstration of using Streamlit with Tweepy to get the latest Tweets from Twitter accounts.

Primary LanguagePythonMIT LicenseMIT

Get Tweets

A simple Python demonstration of using Streamlit with Tweepy to get the latest Tweets from Twitter accounts.

You can view a demo here;

Development

To run locally;

  • pip install -r requirements.txt
  • streamlit run app.py

Deployment

This app works well with Heroku.

  • Install the Heroku CLI and set it up
  • heroku create
  • git push heroku master