Skip to content

Rakibul73/twitter_tweets_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create a venv

python -m venv venv/

or if You have multiple python version installed

py -3.11 -m venv venv/

Activate the venv

.\venv\Scripts\activate

install this

pip install flask gunicorn tweepy

Create a requirements.txt

pip freeze > requirements.txt

Create a Procfile & add this in the file (for heroku host)

web: gunicorn greeting:app

Now use any hosting you want.

About

Tweet Api - that fetches latest tweet from given twitter username

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published