A Python-implemented Twitter bot that pulls a random quote from a .csv file, saves the quote to an image, and tweets the image with several hashtags. Tweets at regular intervals from the user's local computer until told to stop (aka control-c in the terminal). Not very elegant, but this is a weekend project by a code-ignorant engineer so have patience. The current interval is every (1) hours.
Book quotes are sourced from personal notes I make after reading an especially engaging book. I will update the quotes regularly as avialable, and as I read more.
Tweets at: https://twitter.com/ThisBotQuotes
- Twitter Developer account
- Python3
- Numpy Python library
- Pandas Python library
- Pillow Python library
- Twurl (Bash tool managed by Twitter)
I recommend using Anaconda to set up Python3, Numpy, Pandas, and Pillow.
Twurl Github page: https://github.com/twitter/twurl