This is a Twitter bot that tweets fun facts from a given source daily.
- Fetch fun facts from a specified URL.
- Post a random fun fact to Twitter every day.
- Webscrape the URL to add the list of facts to a text file.
- Use the text file to extract a random fact daily.
- Use X's V2 API to tweet this fact.
- Run the code on a server such as Anaconda's PythonAnywhere.
- Python 3.x
- Pip (Python package installer)
- A Twitter developer account with API keys and access tokens