Skip to content

thc1102/MyScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

拉库命令

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]

About

自用脚本库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages