remind-me
is a Telegram bot designed to set reminders for short periods of time, such as seconds, minutes, and hours.
Developing this bot came from my desire to get better at Go since I'm still new to the language. I combined it with Redis and MySQL to build a bot for short-term reminders.
Check out the bot here: Remind Me Alfred Bot
- Clone this repository
- Install dependencies with
go mod tidy
- Create a
.env
file in the root directory and set up the necessary environment variables as specified in the.env.example
file - Ensure Docker Compose is installed, then run
docker compose up -d
- Execute
go run .
to start the bot and enjoy
Made with ❤️ by Tripa