一系列自动签到函数, 基于Azure Functions实现每日签到
A group of python function to check you in, using Azure Functions
Function | Description |
---|---|
BilibiliCheckin | Bilibili弹幕网-直播每日签到 |
TelegramCheckin | Telegram-向bot发指定消息签到 |
TSDMCheckin | 天使动漫论坛-每日签到 |
TSDMLabor | 天使动漫论坛-打工 |
Microsoft Docs
Create an empty function app, with attention to these points:
- choose
Consumption plan
for hosting plan - choose
Python
as your runtime
创建空的函数应用, 并请注意以下几点
- 在
正在承载
选择消耗计划
- 在运行时环境选择
Python
Install extension Azure Functions
and connect to your function app
安装拓展插件Azure Functions
并连接到您的函数应用
In the VSCode's azure panel, right click on the functions to disable it
在VSCode的azure面板中, 右键您不需要的函数以禁用之
Refer to readme in each function for detailed instructions on configuration
参阅各个函数自己的readme, 获取详细配置指导
Why there are only instructions in English? Cuz I'm lazy.
为什么只有英文指导? 因为我懒, 一开始用英文写, 懒得翻译了