Github URL: https://github.com/etz/yt-python-twitter/
YouTube Playlist URL: https://www.youtube.com/playlist?list=PL...YBKyWhPAHs
How to install:
1. Add your own consumer key and access key data from Twitter Apps
2. Change the search terms found in the twitter_bot.py file under "terms = []"
3. "pip install tweepy" or "pip3 install tweepy" or "python -m pip install tweepy" to install the tweepy module
4. "python twitter_bot.py"
Writing your own/making changes:
I highly recommend you watch part 3 of my video series at 2x speed. I show the debugging process when working with tweepy and how to change certain specs of my script to make it work for you.
YouTube Playlist URL: https://www.youtube.com/playlist?list=PL...YBKyWhPAHs
How to install:
1. Add your own consumer key and access key data from Twitter Apps
2. Change the search terms found in the twitter_bot.py file under "terms = []"
3. "pip install tweepy" or "pip3 install tweepy" or "python -m pip install tweepy" to install the tweepy module
4. "python twitter_bot.py"
Writing your own/making changes:
I highly recommend you watch part 3 of my video series at 2x speed. I show the debugging process when working with tweepy and how to change certain specs of my script to make it work for you.
