Recevoir ses mails par telegram.. Peut-être que c'est possible
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

20 lines
259 B

  1. config = {
  2. "mail_username" : '',
  3. "mail_imap" : '',
  4. "mail_port" : '',
  5. "mail_pass" : '',
  6. "token_bot" : '',
  7. "telegram_clientid" : ''
  8. }
  9. def main():
  10. print(config)
  11. if __name__ == '__main__':
  12. main()