GlaDOS自动签到脚本

GlaDOS签到自动化脚本

作者
蒋鹏
今日安裝
0
安裝總數
88
評價
0 0 0
版本
1.0
建立日期
2023-08-06
更新日期
2023-09-28
尺寸
1.3 KB
授權條款
GPL-3.0 License
腳本執行於

中文:

GlaDOS自动签到脚本将首先打开签到历史记录以检索登录历史记录。如果您当天没有签到,则会进入签到页面并单击签到按钮。

如果您使用的是Mac电脑,则可以使用以下方法实现每天定时自动签到:

  • 方法1:使用Automator应用创建自动化日历提醒

    • 选择获取指定的URL,并将默认URL替换为https://glados.one/console/checkin
    • 选择显示网页
    • 保存,命名
    • 打开日历应用程序,找到相应的自动化日程,并修改时间和重复
    • 如果您的电脑已开机并解锁,则每天都会自动打开GlaDOS网页,然后触发TamperMonkey签到脚本
      • 默认浏览器最好是Chrome
  • 方法2:同样是使用Automator应用创建自动化日历提醒,但是选择运行Shell脚本并指定使用Chrome浏览器打开网页

    • open /Applications/Google\ Chrome.app "https://glados.one/console/checkin"
    • 保存,命名
    • 打开日历应用程序,找到相应的自动化日程,并修改时间和重复

EN:

The GlaDOS automatic sign-in script will first open the sign-in history to retrieve the sign-in history. If you have not signed in on the day, the script will enter the sign-in page and click the sign-in button.

If you are using a Mac computer, you can use the following methods to automatically log in every day at regular intervals:

  • Method 1: Use the Automator app to create an automated calendar reminder:

    • Select Get the specified URL, and replace Apple's default URL with https://glados.one/console/checkin
    • Select Show Webpage
    • save, name
    • Open the Calendar app, find the corresponding automation schedule, and modify the time and repetition
    • If your computer is started and unlocked, it will automatically open the GlaDOS webpage every day and then trigger the TamperMonkey sign-in script
      • The default browser is best to be Chrome
  • Method 2: Also use the Automator app to create an automated calendar reminder, but choose to run a Shell script and specify to open the webpage with Chrome browser

    • open /Applications/Google\ Chrome.app "https://glados.one/console/checkin"
    • save, name
    • Open the Calendar app, find the corresponding automation schedule, and modify the time and repetition.