Twitter Bot with Python

Pretty easy really: Create your twitter account for your bot. Go to dev.twitter.com Register your app Gain your app keys In your Python script “import tweepy” (you may need to pip install tweepy first). Add a function to perform the tweet     def tweet(message):…