|
|
|
@@ -0,0 +1,26 @@ |
|
|
|
|
|
|
|
# client_id : Votre client_ID de l'application que vous avez créé sur Betaseries. Sinon voir ici : https://www.betaseries.com/api/ |
|
|
|
# login : Votre utilisateur betaseries |
|
|
|
# password : Votre mot de passe betaseries en md5. https://www.md5hashgenerator.com/ |
|
|
|
# Votre user_id sur telegram : https://bigone.zendesk.com/hc/en-us/articles/360008014894-How-to-get-the-Telegram-user-ID- |
|
|
|
# token_bot : le token du bot que vous avez créé sur telegram. Contactez Botfather pour le créer |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config = { |
|
|
|
"client_id" : '', |
|
|
|
"login" : '', |
|
|
|
"password" : '', |
|
|
|
"user_id" : '', |
|
|
|
"token_bot" : '' |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
def main(): |
|
|
|
print(config) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if __name__ == '__main__': |
|
|
|
main() |