Schwarzenegger Quotes and BeautifulSoup
This post will be a very brief introduction into html parsing with BeautifulSoup. I am currently in the process of implementing a chat bot for Twitch in Python that listens to various commands. After some thinking I decided to make him respond with Schwarzenegger quotes because … why not? The implementation itself would be no problem as I have done similar things before with the bot. The big question was where to get the quotes from. Previously, I was lucky to get all my quotes from APIs which make it laughably easy to use them with the bot. ...