This open source project is a bit interesting. Use Github Actions to automatically sign in for Post Bar!

I have recommended some fun open source before, and you can also see the WeChat message withdrawal, this open source artifact Niu x! Voice, picture and text are all supported!

Today I recommend this open source project. It is also more interesting. Use github actions to post it to automatically sign in.

The interface on the mobile phone is used, and the sign-in experience is more. The user only needs to fill in the BDUSS, and it supports up to 200 post-bar sign-in.

Author: srcrs

Open source project address:
https:// github.com/srcrs/TiebaS ignIn

Instructions:

Get BDUSS

Log in to the post on the web page, then press f12 to open the debugging mode, and find the position as shown in the figure below is BDUSS

408cc7372ecb49fc733de3121e384134.jpeg

Add BDUSS to the Secrets of the warehouse

187e08003c33af0145522492da5ecb3b.jpeg

Open actions

The default actions are disabled and need to be manually enabled.

6cff01fe60126c6e341dd5da9515db9c.jpeg

There will be check-in at 6 am and 6 pm every day, and the post bar may fail to check-in at one time.

If you host your code on GitHub, then you can take advantage of GitHub Actions. With GitHub Actions, you can complete code testing and inspection without manually running these tasks.

https://github.com/features/actions

If you don’t know what GitHub Actions are and how to use them, I suggest you take a look at Ruan Yifeng’s GitHub Actions introductory tutorial.

Getting started with GitHub Actionswww.ruanyifeng.com


Guess you like

Origin blog.51cto.com/15002954/2550812