feat: Telegram user monitor bot
This commit is contained in:
7
gen_session.py
Normal file
7
gen_session.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from pyrogram import Client
|
||||
|
||||
api_id = int(input("API_ID: "))
|
||||
api_hash = input("API_HASH: ")
|
||||
|
||||
with Client("user", api_id=api_id, api_hash=api_hash) as app:
|
||||
print("Session 生成成功!")
|
||||
Reference in New Issue
Block a user