tranny / App /__init__.py
Mbonea's picture
performance improvements
2e0dcd8
raw
history blame
400 Bytes
import uuid, contextvars
from telethon import TelegramClient
from pyrogram import Client
bot = TelegramClient(
"transcription_bot",
api_id=870972,
api_hash="ce2efaca02dfcd110941be6025e9ac0d",
)
upload_bot = Client(
str("the book"),
api_id=870972,
api_hash="ce2efaca02dfcd110941be6025e9ac0d",
bot_token="6183919505:AAEhHFt4mI18bQeAf2Lj7AePXFRPVLrOFM8",
workers=9,
)