Back to Projects
July 2025

Twitter Bot

Creates awesome tweets.

This project uses a pretrained tokenizer and attention head, which was then trained on a tweet dataset from 2009. I had a relatively high learning rate, so the resulting tweets are very special. I also used a news API, so the bot will try to tweet about top headlines, and another API to generate an image for the generated news headline. I used the Windows Task Scheduler to automatically run the python script every 6 hours. Overall the project taught me a lot about API's, transformer models, and system design.