alles,was sich so angesammelt hat
This commit is contained in:
parent
9ea4115722
commit
82d39233eb
38 changed files with 1720 additions and 0 deletions
10
telegram.py
Normal file
10
telegram.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import telebot
|
||||
|
||||
TOKEN = '467241832:AAH3e0y6Fm7ig5DtConJP29GsD-zX1psNZo'
|
||||
chat_id = '@mpglu'
|
||||
text='Es gibt einen neuen Vertretungsplan.'
|
||||
tb=telebot.TeleBot(TOKEN)
|
||||
tb.send_message(chat_id,text)
|
||||
|
||||
document = open('heute.pdf','rb')
|
||||
tb.send_document(chat_id, document,caption='NEUUUUU')
|
||||
Loading…
Add table
Add a link
Reference in a new issue