tranny / App /__init__.py
Mbonea's picture
added streaming
07fd3f6
raw
history blame
180 Bytes
import uuid, contextvars
from telethon import TelegramClient
bot = TelegramClient(
"transcription_bot",
api_id=870972,
api_hash="ce2efaca02dfcd110941be6025e9ac0d",
)