Giter VIP home page Giter VIP logo

pfvpn-sign's Introduction

PFvpn-Sign

PFvpn每日签到脚本,2022/11/17之后已不可用,等待更新...

请使用手动签到,自动签到会被封

其他订阅地址

https://raw.githubusercontent.com/ripaojiedian/freenode/main/sub [有效]

TopNews

2022/11/15:不支持多账户签到,请使用单一账户

2022/11/17: 由于官网还在不停更新,暂时不维护了,等稳定下来再解决。【注意】

介绍

PFvpn提供了全球网络中继服务,免费版需要每日签到以获取会员天数和流量,国内网速达15Mbps

注册链接:https://purefast.net/auth/register?code=OeJl

使用

软件使用方式

通过注册链接进行注册,点击以下按钮复制订阅链接

image-20221026182104326

下载软件Winxray,具体使用方式参见其说明文件,将订阅链接拷贝进去更新订阅即可

image-20221026182500357

签到脚本使用方式

步骤

1、克隆仓库

$git  clone https://github.com/yunke120/pfvpn-sign.git -b re

2、安装依赖

$pip install -r requirements.txt

3、修改user.json(将user_sample.json拷贝并重命名)

属性
username 用户邮箱
password 用户密码
key Server酱密钥或息知密钥

支持多用户,示例

[
    {
        "username":"[email protected]",
        "password":"12345678",
        "key":"SCT*****"
    },
    {
        "username":"[email protected]",
        "password":"1234567890",
        "key":"XZ*****"
    }
]

4、运行

$python main.py

5、运行结果截图

image-20221028120722114

部署

服务器

打开文件crontab

$vi /etc/crontab

添加以下代码,需确认有python3环境,main.py改为绝对路径

0 0 3 * * *  python3 main.py

也可以通过宝塔面板安装Python项目管理器进行部署。

GitHub Actions

  1. fork项目到自己的账户中

  2. Setting->Secrets->Actions->New respository secret中添加自己的账户

    序号 名称
    1 USERS 邮箱名,多用户通过&隔开
    2 PWD 密码,多用户通过&隔开
    3 KEY Server酱密钥或息知密钥,多用户通过&隔开

    多用户示例:[email protected]&[email protected]

  3. 点击进入Actions,启用此仓库的工作流

  4. 选择PFvpn Sign,点击Enable workflow启用

  5. 点击Run workflow->Run workflow立刻运行,稍等几秒查看工作流是否开始正常运行

参考

  1. WinXray
  2. PFvpn

pfvpn-sign's People

Contributors

yunke120 avatar brx86 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.