An open API service indexing awesome lists of open source software.

https://github.com/fengkx/mastodon-bot-workdays-cn

一个每天提醒你今年有几天班要上,还剩几天假的 Mastodon 机器人
https://github.com/fengkx/mastodon-bot-workdays-cn

fediverse mastodon

Last synced: about 2 months ago
JSON representation

一个每天提醒你今年有几天班要上,还剩几天假的 Mastodon 机器人

Awesome Lists containing this project

README

        

# 今年还有几天班要上
一个每天提醒你今年有几天班要上(中国大陆地区法定假期),还剩几天假的 Mastodon 机器人

## Development

使用 [pdm](https://github.com/pdm-project/pdm) 来管理 virtualenv 和 dependencies。可以考虑使用[pipx](https://pypa.github.io/pipx/) 安装pdm

```sh
pdm install -G:all #安装依赖
make -j8 # 执行静态检查和测试
```