Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 934 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 934 Bytes

Remind Me

About 📜

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.

Tech stack 🔧

How to set up Alfred 🤖

  1. Clone this repository
  2. Install dependencies with go mod tidy
  3. Create a .env file in the root directory and set up the necessary environment variables as specified in the .env.example file
  4. Ensure Docker Compose is installed, then run docker compose up -d
  5. Execute go run . to start the bot and enjoy

Made with ❤️ by Tripa