Skip to content

Commit

Permalink
支持 Server酱 推送
Browse files Browse the repository at this point in the history
  • Loading branch information
o0oo0ooo0 authored Dec 14, 2020
1 parent bceb16c commit 7c16e8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@

## 使用说明

1、修改 **main.py** 中的用户名和密码
1、修改 **main.py** 中的用户名,密码和 [Server酱](https://sc.ftqq.com/?c=code) 的key

```
USERNAME: 你的EUserv账户邮箱或Customer ID
PASSWORD: 账户的密码
SCKEY = '' # 这里填 Server酱 的key,无需推送可不填 示例: SCU64664Tfb2052dc10382535c3dd19e48ba000fc5dacd6a5dc3f6
```

2、新建层 **BeautifulSoup**[BeautifulSoup.zip](https://github.com/o0oo0ooo0/EUserv_extend/releases/download/0.1/BeautifulSoup.zip) 导入 ,添加运行环境 Python 3.6。

3、新建腾讯云函数 **EUserv_extend** ,运行环境选择 Python 3.6,将修改后的 **main.py** 粘贴进去。
3、新建腾讯云函数 **EUserv_extend** ,运行环境选择 Python 3.6,创建方式选择 空白函数,内存选择 64M,执行超时时间建议为 60 s(网站在国外访问比较慢),将修改后的 **main.py** 粘贴进去。

4、在 EUserv_extend⇨函数管理⇨层管理 里绑定层 **BeautifulSoup**

Expand Down

0 comments on commit 7c16e8c

Please sign in to comment.