tranny / App /__init__.py
Mbonea's picture
docs
0ee9033
raw
history blame
380 Bytes
import uuid, contextvars
from telethon import TelegramClient
bot = TelegramClient(
"6183919505",
api_id=870972,
api_hash="ce2efaca02dfcd110941be6025e9ac0d",
)
# upload_bot = Client(
# str("the book"),
# api_id=870972,
# api_hash="ce2efaca02dfcd110941be6025e9ac0d",
# bot_token="6183919505:AAEhHFt4mI18bQeAf2Lj7AePXFRPVLrOFM8",
# workers=9,
# )