Skip to content

A telegram-bot to access the substitution plan of the Georg-Samuel-Dörffel-Gymnasium in Weida, Thuringia, Germany

License

Notifications You must be signed in to change notification settings

wpbdry/Doerffelbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doerffelbot

Table of Content

About

A telegram-bot to access the substitution plan of the Georg-Samuel-Dörffel-Gymnasium in Weida, Thuringia, Germany.

Getting started

First you have to create a CONFIG.py file, which contains the credentials of the bot and the substitution plan.

TOKEN = "xxxxxxxxxx"
my_chat_id = 123456789
vplan = {"username": "xxxxx", "password": "xxxxx"}

Next you have to install the required python packages:

$ make dep
$ source env/bin/activate

Finally you can send the bot online:

$ make run

About

A telegram-bot to access the substitution plan of the Georg-Samuel-Dörffel-Gymnasium in Weida, Thuringia, Germany

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • Makefile 2.6%