Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Yakova/Rectifier
azils3
/
Tester
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1366c85
Tester
/
App
/
__init__.py
Mbonea
I added the following
67e2e69
about 1 year ago
raw
Copy download link
history
blame
Safe
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"
)