完善ServerChan服务
This commit is contained in:
parent
51e9ba08cd
commit
6e5e21de81
2
.github/workflows/AutoSignin.yml
vendored
2
.github/workflows/AutoSignin.yml
vendored
|
@ -29,4 +29,4 @@ jobs:
|
|||
pip install -r requirements.txt
|
||||
- name: Run script
|
||||
run: |
|
||||
python3 main.py "${{ secrets.cookie }}" "${{ secrets.teleid }}" "${{ secrets.teletoken }}"
|
||||
python3 main.py "${{ secrets.cookie }}" "${{ secrets.teleid }}" "${{ secrets.teletoken }}" "${{ secrets.SCKEY }}"
|
|
@ -25,7 +25,7 @@
|
|||
|
||||

|
||||
|
||||
2、进入设置,设置变量`cookie`和`teleid` `teletoken`(这两个可选)
|
||||
2、进入设置,设置变量`cookie`和`teleid` `teletoken` `SCKEY`(这三个可选)
|
||||
|
||||
[如何获取变量内容?请点这里](#变量内容获取)
|
||||
|
||||
|
@ -73,6 +73,12 @@
|
|||
|
||||

|
||||
|
||||
### SCKEY获取
|
||||
|
||||
访问[ServerChan官网](http://sc.ftqq.com/?c=code),用你的Github账户登录,在`发送信息`可以看到你的SCKEY
|
||||
|
||||

|
||||
|
||||
## Q&A
|
||||
|
||||
### 出现错误 telepot.exception.TelegramError
|
||||
|
|
Loading…
Reference in New Issue
Block a user