Skip to content

Maxwell-Lyu/AutoCheckin

Repository files navigation

AutoCheckin - 自动签到

一系列自动签到函数, 基于Azure Functions实现每日签到
A group of python function to check you in, using Azure Functions

Python Make with love Azure Functions GitHub Workflow Status

Now supporting - 支持的服务

Function Description
BilibiliCheckin Bilibili弹幕网-直播每日签到
TelegramCheckin Telegram-向bot发指定消息签到
TSDMCheckin 天使动漫论坛-每日签到
TSDMLabor 天使动漫论坛-打工

Usage - 使用说明

1. Create a function app in Azure - 创建函数应用

Microsoft Docs
Create an empty function app, with attention to these points:

  • choose Consumption plan for hosting plan
  • choose Python as your runtime

创建空的函数应用, 并请注意以下几点

  • 正在承载选择消耗计划
  • 在运行时环境选择Python

2. Clone this repo - 克隆该项目

3. Open this repo using VSCode - 使用VSCode打开该项目

Install extension Azure Functions and connect to your function app
安装拓展插件Azure Functions并连接到您的函数应用

4. Disable functions you dont need - 禁用您不需要的函数

In the VSCode's azure panel, right click on the functions to disable it
在VSCode的azure面板中, 右键您不需要的函数以禁用之

5. Debug or deploy - 测试或部署

Refer to readme in each function for detailed instructions on configuration
参阅各个函数自己的readme, 获取详细配置指导

Why there are only instructions in English? Cuz I'm lazy.
为什么只有英文指导? 因为我懒, 一开始用英文写, 懒得翻译了

6. Have fun - 爽歪歪

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages