This is a bot that automatically posts shower thoughts to Twitter. It does this by grabbing the top showerthought of the day from the r/Showerthoughts subreddit.
git clone https://github.com/dontna/twitter_shower_thoughts
pip install selenium
or
python -m pip install selenium
userfield.send_keys("username here")
and passfield.send_keys("password here")
with your Twitter username and password. Example
userfield.send_keys("dontna")
passfield.send_keys("verysecurepassword1")
All of my projects you can fork and utilise the code however you want. You don't need to give me credit, but can do if you would like.