BlurtBot
Project Rundown
- Time Span -> 40+ hours
- Completed -> September 2025
- Git Repository -> Github
- Docker Repository -> Docker (Added later)

A Useless Discord Bot
BlurtBot is a Discord bot, built in python, for my first boot.dev personal project. It is currently being hosted on vercel and you can add it to your server by clicking this link.
Command List
- 8ball - gives a magic-8-ball like response
- random-person - this err... pings a random person who has access to the channel
- bookbot - based on my first guided project on boot.dev, it finds out the frequency of each character in the channel (I.e. how many a's, how many b's etc.)
- message-counter - this counts the number of messages that were sent in the channel. It has a
limitparameter which can be used to restrict how far the bot searches (it could take a while with a big channel)
This bot previously had Gemini integration. However, google severely reduced the number of tokens available on the free tier so it now doesn't work :(