Sign inSign up

wdjoys/pt-tools

By wdjoys

Updated about 5 years ago

pt站自动签到,说谢谢,搞魔力,登录保号。

Image
Developer tools
Monitoring & observability
24

2.7K

wdjoys/pt-tools repository overview

更新

1.github仓库的action功能,因为fork的人太多了,被封了,就这样吧不再新开仓库。

2.本脚十分安全,不会导致PT站账号被封,本人4个站已经使用一年半,没有被封情况。

功能

1.每天签到,魔力++

2.对所用种子说谢谢,魔力++,可以不开启

3.顺带登录保号

4.多站点支持

最简单用法
docker run -d --restart=always -v /你自定义的路径/config/:/pt-tools/config/ wdjoys/pt-tools
配置文件
  1. config.ini 签到、说谢谢的配置文件

    路径:/你自定义的路径/config/config.ini

    [NexusPHP]
    config = [
        {
        'url': 'https://www.hddolby.com',
        'cookie': 'c_secure_uid=wMA%3D; c_secure_pass=a7b591404cda1eb1ce13e26230988db; c_secure_ssl=eWVhaA%3D%3D; c_nce=c57881aa7ab51457abd3268c3ab22b6072f7022-1623204826-0-150',
        'tasks': ['sign_in', 'say_thanks']
        },
        {
        'url': 'https://hdtime.org',
        # 所有cookie 包括cloudflare
        'cookie': 'c_secure_uid=Nj3OTY%3D; c_secure_pass=210f556c64bd05e008e1c9714dc; c_secure_ssl=eWVhaA%',
        # task 一般不变 这个网站要执行的任务 如只执行签到 例: 'tasks': ['sign_in', ]
        'tasks': ['sign_in', 'say_thanks']
        },
        ]
    
    [thanks_id]
    # 用于记录已经说谢谢的种子id 首次使用清空即可,一般不用修改
    www.hddolby.com = 34114
    hdtime.org = 1662
    
    [task]
    # 任务执行周期 单位小时
    sign_in_interval = 24
    say_thanks_interval = 1
    
  2. 路径:/你自定义的路径/config/log.txt 无需手动创建,记录执行日志。

Tag summary

Content type

Image

Digest

Size

19.3 MB

Last updated

about 5 years ago

docker pull wdjoys/pt-tools