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