添加别名

This commit is contained in:
weiqun
2024-09-11 12:21:14 +08:00
parent 7204e8619f
commit 35864f82b4
3 changed files with 12 additions and 2 deletions

View File

@@ -11,14 +11,16 @@
![image-20240302121449165](https://github.com/wq-h/pictures/blob/main/tieba_network.png?raw=true)
# 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
![image-20240302121449165](https://github.com/wq-h/pictures/blob/main/glados_network.jpg?raw=true)
# 拉取命令
```shell
ql repo https://github.com/wq-h/qinglong.git "tieba.py|glados.py" "README.md" "sendNotify.py" "main"

View File

@@ -1,3 +1,7 @@
# !/usr/bin/python3
# -- coding: utf-8 --
# cron: 05 08 * * *
# const $ = new Env("glados 机场签到");
import datetime
import requests
import os

View File

@@ -1,4 +1,8 @@
# -*- coding: utf8 -*-
# !/usr/bin/python3
# -- coding: utf-8 --
# cron: 00 08 * * *
# const $ = new Env("贴吧签到");
import os
import time
from requests import session