Tester / App /__init__.py
Mbonea's picture
I added the following
67e2e69
raw
history blame
177 Bytes
from pyrogram import Client
import os
TELEGRAM_SESSION = os.environ.get("TELEGRAM_SESSION")
bot: Client = Client("mboneabot", session_string=TELEGRAM_SESSION, workdir="/srv")