From ed7ded61ec845dfa25504592f7e33b9137a284c3 Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 28 Apr 2020 12:13:08 +0200 Subject: [PATCH] Suppression de la librairie de Telegram --- notification.py | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/notification.py b/notification.py index 0684636..d38c09a 100644 --- a/notification.py +++ b/notification.py @@ -1,25 +1,24 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- -# This program is dedicated to the public domain under the CC0 license. -# Telegram - Betaseries -import logging -import requests -import json -from bot import login_beta, user_id, token_bot -from telegram.ext import Updater, CommandHandler - - -def main(): - print("Votre ID Telegram : ", user_id) - print("Token du bot Telegram : ", token_bot) - token = login_beta() - print("Token betaseries : ", token) - print("Pour arreter le script : CTRL+Z") - # while 1 : - # print("Salut!") - - - - -if __name__ == '__main__': +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# This program is dedicated to the public domain under the CC0 license. +# Telegram - Betaseries +import logging +import requests +import json +from bot import login_beta, user_id, token_bot + + +def main(): + print("Votre ID Telegram : ", user_id) + print("Token du bot Telegram : ", token_bot) + token = login_beta() + print("Token betaseries : ", token) + print("Pour arreter le script : CTRL+Z") + # while 1 : + # print("Salut!") + + + + +if __name__ == '__main__': main() \ No newline at end of file