Heads up! In the next video you will install Tweepy with me so we can start playing around with the library. In order to make sure your code works just like mine does in the video, I recommend you install the same version as me. To do this, make sure you type in your command line:


pip3 install tweepy==3.8


AND NOT


pip3 install tweepy like you see in the video because this will install the latest (and a different version than I am using)



Here is the documentation for the Tweepy API we will be using in the next couple of videos (specific to version 3.8): https://docs.tweepy.org/en/v3.8.0/index.html


Happy coding!