mirror of
https://github.com/wq-h/qinglong.git
synced 2025-12-16 23:10:13 +08:00
添加别名
This commit is contained in:
@@ -11,14 +11,16 @@
|
||||

|
||||
# glados 机场
|
||||
引用项目: https://github.com/komori-flag/glados_automation.git
|
||||
|
||||
我的邀请码:DU5MD-3NWHA-GP3DK-IESMU 注册地址: https://glados.space/landing/DU5MD-3NWHA-GP3DK-IESMU
|
||||
|
||||
## 修改后的功能:
|
||||
1. 修改通知方式,去除只PUSHPLUS通知
|
||||
## 青龙面板使用
|
||||
1. 抓取glados 控制台中的Cookies 值
|
||||
2. 配置变量 GLADOS_COOKIES 如果有多个账号需使用 '&' 隔开 示例:cookie&cookie&cookie
|
||||

|
||||
|
||||
|
||||
# 拉取命令
|
||||
```shell
|
||||
ql repo https://github.com/wq-h/qinglong.git "tieba.py|glados.py" "README.md" "sendNotify.py" "main"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# !/usr/bin/python3
|
||||
# -- coding: utf-8 --
|
||||
# cron: 05 08 * * *
|
||||
# const $ = new Env("glados 机场签到");
|
||||
import datetime
|
||||
import requests
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user