Skip to content

LuoSue/TiebaSignIn-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

贴吧签到助手

简介

用的是手机端的接口,签到经验更多,用户只需要填写BDUSS即可,使用Github Actions自动签到。

功能

  • 贴吧自动签到

使用方法

1.fork本项目

必须检查的仓库设置

  1. Settings -> Actions -> General -> Workflow permissions:选择 "Read and write permissions"(以允许 GITHUB_TOKEN push)。

  2. 确保仓库没有被 Archived(Settings -> General -> Danger Zone: Archive repository)。

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将会自动进行签到

Name Value
SCKEY xxxxxxxxxx

2026-5-30

  • 代码重构

  • 修改 API 以及签到策略

2020-11-01

  • 代码重构

  • 修改签到策略

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

  • 去除多用户的支持

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

2020-10-19

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages