๐ฏ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Markdown ๐ 26m โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 61.2% | |
| Python ๐ 16m โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 38.8% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from telethon import TelegramClient, events | |
| from telethon.sessions import StringSession | |
| # ๅฏ้ | |
| saveToFile = True # ๆฏๅฆๆ็ปๅฝๆๅๅ็sessionๆไปถไฟๅญๅฐๆฌๅฐ๏ผ็ปๅ ถไป็ฏๅขๅค็จ | |
| #phone = '' # telegram็็ปๅฝๆๆบๅท. ๅจ่ฟ้ขๅ ๅกซๅๅฅฝ | |
| #password = '' # ไธคๆญฅ้ช่ฏๅฏ็ ๏ผๆฒก่ฎพ็ฝฎ่ฟๅฐฑไธๅกซ | |
| SESSION_NAME = 'session_name' # ไฟๅญsessionๆไปถ็ๅๅญ๏ผ็ปๅ ถไป็ฏๅขๅค็จใๅ ถๅซไนๅ https://github.com/Feiyuyu0503/free-dall-e-proxy/blob/95ecee4aef77a2b468bf16e9c38c3b117c5e0bae/data/.env.example#L10 |