Skip to content

A simple python telegram bot for university deadlines and projects

Notifications You must be signed in to change notification settings

mnakhjiri/uni-bot

Repository files navigation

UniBot

A simple telegram bot for handling university deadlines and exams written in python.

Features

  • Getting exams and homeworks from google sheets document
  • Custom alerts for users
  • Hidden words for filtering content

How to start?

Get your telegram bot API from https://t.me/BotFather.

Create your google document sheet.

Example for homeworks

Example for Exams

Deployment

Create config.ini file near project files.

The content of this file should be like this:

[bot]
API_KEY=AAAAAAAAAAAAA
SHEET_ID=AAAAAAAAAAA
ADMIN_IDS=11111111111111

Now you can start your bot with:

python3 bot.py

About

A simple python telegram bot for university deadlines and projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages