File size: 424 Bytes
07fd3f6 fa1fb30 0e4876d 0fcda80 0e4876d 07fd3f6 19b842b 07fd3f6 2e0dcd8 72638cd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
import uuid, contextvars
from telethon import TelegramClient
import os
print(os.getcwd())
bot = TelegramClient(
"./App/6183919505.session",
api_id=870972,
api_hash="ce2efaca02dfcd110941be6025e9ac0d",
)
# upload_bot = Client(
# str("the book"),
# api_id=870972,
# api_hash="ce2efaca02dfcd110941be6025e9ac0d",
# bot_token="6183919505:AAEhHFt4mI18bQeAf2Lj7AePXFRPVLrOFM8",
# workers=9,
# )
|