A simple and reliable Telegram bot designed to help KROK University students quickly access their class schedules.
-
🗓 View Today’s and Tomorrow’s Schedule
Get instant access to your daily classes with a single command. -
📌 Full Calendar Support
Browse the university schedule for any selected date. -
🎯 User-Friendly Interface
Clean layout and intuitive navigation with interactive buttons.
- Start the bot in Telegram.
- Use the available commands or buttons to select the date.
- Receive the class schedule directly in the chat.
- Node.js
- Telegraf.js
- Docker-ready deployment
- Clone the repository.
- Install dependencies:
npm install- Create a
.envfile and add your Telegram Bot Token:
BOT_TOKEN=your_bot_token_here- Run the bot:
node app.js