Giter Site home page Giter Site logo

qimiaoliaoss / tiebasignin-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from luosue/tiebasignin-1

0.0 0.0 0.0 3.49 MB

利用github actions实现百度贴吧自动签到脚本,每日自动签到,获得8点经验。

License: MIT License

Java 100.00%

tiebasignin-1's Introduction

贴吧签到助手

简介

用的是手机端的接口,签到经验更多,用户只需要填写BDUSS即可,每日自动帮你签到,最多支持200个贴吧签到。

功能

  • 贴吧签到(最多支持 200 个)
  • 支持推送运行结果至微信(通过 server 酱)、企业微信(企业微信API)、Telegram

使用方法

1.fork本项目

2.获取BDUSS

在网页中登录上贴吧,然后按下F12打开调试模式,在cookie中找到BDUSS,并复制其Value值。

3.将BDUSS添加到仓库的Secrets中

Name Value
BDUSS xxxxxxxxxxx

将上一步骤获取到的BDUSS粘贴到Secrets

4.开启actions

默认actions是处于禁止的状态,需要手动开启。

5.第一次运行actions

  • 自己提交一次push

run.txt中的flag0改为1

- flag: 0
+ flag: 1

成功了

每天早上6:30将会自动进行签到

添加server酱推送

需在Secrets中添加server酱SCKEY,格式如下

Name Value
PUSHINFO ft=SCKEY

添加Telegram推送

需在Secrets中添加Telegram的chat_idbot_token,格式如下

Name Value
PUSHINFO tg=chat_id,bot_token

添加企业微信推送

参考Server酱Turbo的文档注册企业微信并创建内部应用。

需在Secrets中添加企业微信的企业ID、应用Secret、应用AgentId、接收消息的成员(默认为@all向该企业应用的全部成员发送)

Name Value
PUSHINFO qywx=企业ID,Secret,@all,AgentId

2021-03-21

  • 增加Telegram推送
  • 增加企业微信推送,可以推送至微信

2020-11-01

  • 代码重构

  • 修改签到策略

大大提高一次运行,贴吧签到的成功率,基本很少的贴吧会签到失败。

  • 去除多用户的支持

  • 增加支持server酱推送,可以推送至微信

2020-10-19

增加支持多账户签到,每个账号的BDUSS使用&&分割,具体格式如下。

tiebasignin-1's People

Contributors

srcrs avatar qimiaoliaoss avatar landonli 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.