Setting Things Up
  • Setting Up Your Twitter Developer Account
  • Installing Python 3 and Pip
  • Installing Your Code Editor
  • Practice Quiz
The PyDictionary Library
  • Installing PyDictionary
  • Manipulating Dictionaries
  • Finding Definitions of Words
  • Finding a Random Definition of a Word
  • Do you really know PyDictionary?
The RandomWords Library
  • Installing RandomWords
  • Generating a Random Word
The Tweepy Library
  • Installing Tweepy
  • Posting A Simple Text Tweet
  • Posting Tweets with Images
Making the Word of the Day Twitter Bot
  • Generating a Random Word with a Random Definition
  • Handling a Random Word without a Definition
  • Posting our Word of the Day onto Twitter
  • Posting our Tweets Daily