Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 448 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 448 Bytes

拉库命令

ql repo https://github.com/Ubugs/MyScripts.git "tg_main" "" "ql_api|tg_login"

互助池自动上车需要在脚本同目录下添加以下文件

tg_config.py

api_id = 123456
api_hash = 'xxxx'
proxy = {
    'proxy_type': 'socks5',
    'addr': '127.0.0.1',
    'port': 18899,
    'username': 'user', #可选
    'password': 'pwd' #可选
}

脚本需要以下依赖

  • telethon
  • requests
  • python-socks[asyncio]