tranny / App /__init__.py
Mbonea's picture
removed printing
37a8522
raw
history blame
406 Bytes
import uuid, contextvars
from telethon import TelegramClient
import os
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,
# )