The App uses tweepy to help get latest post concerning various tweet posted on Twitter on Daily Python Tips 💪 A django web app wih twitter api integration
To run it locally:
git clone the repo activate venv python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
after you installed create a .env file add the following line of code in youe .env file and remeber to change he secreat keys with your actual twitter api keys consumerKey=API KEY HERE consumerSecret=API SECRET KEY accessToken=ACCESS TOKEN HERE accessSokenSecret=ACCESS TOKEN SECRET KEY HERE"
after that run the following
python manage.py migrate python manage.py createsuperuser python manage.py runserver Go to http://127.0.0.1:8000/ in your local browser
sure You got it working now if you come across anyissuies sure let me know kehindekehinde894@gmail.com💪
thank You Fot taking Your time