This is a simple twitter bot that takes news tweeted by @cnnbrk and uses #xkcdNewsSubstitutions to make them funny and tweet the funny version.
- Go to twiiter developer website and sign up for your developer account
- You will be provided with 4 values:
- Consumer key
- Consumer Secret
- Access Token
- Access Token Secret
- Fill these value in the my_twitter_bot.py file
- In a terminal run,
python3 my_twitter_bot.py
- Your twitter bot is live!