From a18e030f32aa9a0a480db28d015c984aba105a06 Mon Sep 17 00:00:00 2001 From: TheBidouilleur Date: Mon, 25 May 2020 16:41:32 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'config.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/config.py b/config.py index 58d0723..7b4cbfe 100644 --- a/config.py +++ b/config.py @@ -1,16 +1,20 @@ - -config = { - "plateform" : '', - "frequency" : '', - "telegram_user_id" : '', - "telegram_token_bot" : '' - } - - -def main(): - print(config) - - - -if __name__ == '__main__': +#Voir le WIKI pour la configuration. +# Plateform = site/application qui recevra la notification. +# Frequency = frequence à laquelle on va vérifier si un nouvel utilisateur s'est connecté +# /!\ Vous n'êtes pas obligé de configurer toutes les plateformes. + +config = { + "plateform" : '', + "frequency" : '', + "telegram_user_id" : '', + "telegram_token_bot" : '' + } + + +def main(): + print(config) + + + +if __name__ == '__main__': main() \ No newline at end of file