Posts daily word definitions on Twitter wtih python
Word Of The Day bot Post daily word definitions on social media. Twitter account: https://twitter.com/WordOfTheDay_B Introduction The goal of this project is to create a bot that posts a “word of the day” style update,which contains a random word and its definition. The main process flow is the following: Retrieve a random word and its definition through the use of a 3rd-party API Generate an HTML page with the retrieved data using a template Render the HTML page into an […]
Read more