All Projects → DullSword → GLaDOS-CheckIn

DullSword / GLaDOS-CheckIn

Licence: BSD-3-Clause License
GLaDOS AutoCheckIn 定时自动签到

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to GLaDOS-CheckIn

simple-slack-notify
Slack notification action that just works
Stars: ✭ 23 (-71.6%)
Mutual labels:  github-actions
upx-action
Strips and runs upx on binaries
Stars: ✭ 17 (-79.01%)
Mutual labels:  github-actions
react-movies-finder
React Movies finder is a React app to search movies and series using redux, redux-thunk, React Hooks, and Material UI
Stars: ✭ 27 (-66.67%)
Mutual labels:  axios
criterion-compare-action
⚡️📊 Compare the performance of Rust project branches
Stars: ✭ 16 (-80.25%)
Mutual labels:  github-actions
angular-forum
Forum application built with Angular
Stars: ✭ 52 (-35.8%)
Mutual labels:  github-actions
gh-pages-action
A GitHub Action to deploy a static site on GitHub Pages.
Stars: ✭ 26 (-67.9%)
Mutual labels:  github-actions
action
📦📊 GitHub Action to reports on the size of your npm package
Stars: ✭ 36 (-55.56%)
Mutual labels:  github-actions
actions-setup-redis
Setup Redis database Action
Stars: ✭ 13 (-83.95%)
Mutual labels:  github-actions
Quora
Building An Exclusive Community of PEC Graduates and Students.The main features of the website are “PEC Quora” and “PEC Connect”
Stars: ✭ 26 (-67.9%)
Mutual labels:  axios
axios-for-observable
A RxJS wrapper for axios, same api as axios absolutely
Stars: ✭ 13 (-83.95%)
Mutual labels:  axios
snk
🟩⬜ Generates a snake game from a github user contributions graph and output a screen capture as animated svg or gif
Stars: ✭ 844 (+941.98%)
Mutual labels:  github-actions
github-run-tests-action
mabl Github Actions implementation
Stars: ✭ 39 (-51.85%)
Mutual labels:  github-actions
marvel-vue-demo
Demo for Marvel API + Vuepack (Vue + Vuex) Blog Post https://codeburst.io/marvel-api-vuepack-vue-vuex-c84067a7f7fc
Stars: ✭ 41 (-49.38%)
Mutual labels:  axios
gh-actions-template
Template for GitHub Actions
Stars: ✭ 26 (-67.9%)
Mutual labels:  github-actions
guwen-react
guwennet.com 古文网 前端代码 古文 诗词 React + redux
Stars: ✭ 23 (-71.6%)
Mutual labels:  axios
cross-platform-python-gui
A fork-ready base for your new GUI application. Uses CI to automatically build executables for Linux (AppImage), Windows (exe), and MacOS (dmg)
Stars: ✭ 53 (-34.57%)
Mutual labels:  github-actions
nest-boilerplate
Nest.js boilerplate with CircleCI, Commitizen, Commitlint, Docker-Compose, ESLint, GitHub Actions, Husky, Lint-staged, OpenAPI, Prettier, PostGreSQL, Travis CI, TypeORM
Stars: ✭ 16 (-80.25%)
Mutual labels:  github-actions
the-good-place
A GitHub Action that lets you be an architect of your own neighborhood (your repository) in The Good Place
Stars: ✭ 46 (-43.21%)
Mutual labels:  github-actions
spec-prod
GitHub Action to build ReSpec/Bikeshed specs, validate output and publish to GitHub pages or W3C
Stars: ✭ 19 (-76.54%)
Mutual labels:  github-actions
vue-douban
A Vue.js project
Stars: ✭ 87 (+7.41%)
Mutual labels:  axios

GLaDOS 每日签到💮

  • 基于 Github Actions

  • 每天北京时间 9点30分UTC时间 1点30分)进行自动签到

    • 实际上通常会延迟,但不会太久,庆幸的是大多情况下我们并不关心是否准时
  • 可用 Server酱 通过公众号推送结果

    server

  • Discuss on GitHub

GLaDOS

GLaDOS为用户提供最快速,稳定和安全的端点,使他们充满信心地访问高速国际互联网、Netflix和隐私。

我只用来冲冲浪🏄,到目前为止,感觉挺不错的,而且它有说对教育免费开放的,这一点让我觉得很良心,不过我并没享受到🍋

GLaDOS 项目地址

GLaDOS 注册教程

代码说明💻

Github Actions GLaDOS自动签到

使用说明💡

一、准备工作📝

  • Serve酱的 SCKEY(不需要可以跳过)

sckey

  • 账号的 cookie(并非仅此单一获取方式)

    1. 打开 GLaDos 并登陆,找到右上角 "签到" 跳转到签到页面

    checkinPage

    1. 打开 "开发者工具",通常快捷键为 F12,或是点击 浏览器选项 > 更多工具 > 开发者工具,打开后如图所示点击 "network" 标签

    devtools

    1. 在签到页面点击签到,相对应的开发者工具 network 标签下会出现 "checkin" 请求,点击该请求,会出现更多信息,找到 "Request Headers" 里的 "cookie",接下来设置密钥时需要用到

    cookie

二、Fork此仓库🍴

注意:接下来的步骤都是在你自己fork后的仓库下进行操作

fork

三、设置密钥🔑

  • SCKEY:serve酱的 sckey(不需要可以不创建或不设置)

  • COOKIE:账号的 cookie(第一步准备工作中所找到的 cookie)

注意:密钥名 SCKEY 和 COOKIE,两者的所有字母都是大写

secrets

四、启用Action🖱

  1. 点击 Actions,再点击 "I understand my workflows, go ahead and enable them"

enableAction

  1. 点击仓库(你自己的)右上角的Star

star

五、查看运行结果🔎

runResult

server

修改定时🕤

  1. 打开 .github/workflows/checkin.yml
  2. 修改 crontab 表达式

modifySchedule

Star

觉得还不错的话,可以给我点一下Star

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].