-
First of all, you have to create a developers account on twitter by clicking here and then create an app to use its API.
-
Fill your API in tweepy_keys.py.
-
Run
sudo pip3 install -r requirements.txt
on your terminal to install required packages. -
This main file is used to do sentiment analysis of tweets on twitter using tweepy API.
This code runs smoothly on Python 3.7