Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Yakova/Rectifier
azils3
/
Tester
like
0
Runtime error
App
Files
Files
Community
8ee16ca
Tester
/
App
/
__init__.py
Mbonea
intial commit
1c1e321
about 1 year ago
raw
Copy download link
history
blame
Safe
192 Bytes
from
pyrogram
import
Client
import
os
TELEGRAM_SESSION = os.environ.get(
"TELEGRAM_SESSION"
)
bot: Client = Client(
"Editor"
, session_string=TELEGRAM_SESSION, workdir=
"/srv"
, workers=
9
)