GithubHelp home page GithubHelp logo

linxipush's Introduction

LinxiPush (林夕脚本)

基于Python的各种脚本仓库,欢迎投稿!

Freenom域名续费

Freenom域名续费,用于Freenom的域名(.tk、.gq 等)自动续期,支持AWS-WAF验证Token。

使用方法

  1. 安装依赖:

    pip install requests
  2. 修改配置

    • 环境变量:

      • 账号配置变量名linxivps
      • 账号配置为 一行一个回车分割
        {"name":"备注","username":"账号","password":"密码"}
        {"name":"备注","username":"账号","password":"密码"}

      示例

      • 推送配置变量名linxipush
      • 推送配置
        {
            "types":["telegram","wxpusher","pushplus","bark","serverj","wecompush","wechatpush"],
            "keys":["telegram_id","wxpusher_UID","pushplus_key","bark_key","serverj_key","wecompush_key","wechatpush_openid"]
        }
        示例
      • 消息推送说明: typeskeys 一一对应,且可单选和多选。
        类型 对应的 key 值 备注
        telegram telegram_id 这是 Telegram 的用户 ID
        wxpusher wxpusher_UID 这是 wxpusher 的用户 UID
        pushplus pushplus_key 这是 PushPlus 的推送密钥
        bark bark_key 这是 Bark 的推送密钥
        serverj serverj_key 这是 Server酱 的推送密钥
        wecompush wecompush_key 这是 企业微信推送 的密钥
        wechatpush wechatpush_openid 这是 自建微信公众推送 的 OpenID
    • 本地运行: 修改代码Btype ck_token 位置自查:

      # 修改 Btype = "青龙"为 Btype = "本地"
      Btype = "本地"
      ck_token = [
          {"name":"备注","username":"[email protected]","password":"123456"},
          {"name":"备注","username":"[email protected]","password":"123456"}
      ]
      #  为自己真实的账号密码
  3. 运行程序:

    python Freenom.py

赞赏

赞赏码

注意提醒

本仓库脚本仅用于交流学习,请下载后24小时内自行删除。

linxipush's People

Contributors

linxidev 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.