Skip to content

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

License

Notifications You must be signed in to change notification settings

CaliberAI/streamlit-get-tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages