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 机器人
- Host: GitHub
- URL: https://github.com/fengkx/mastodon-bot-workdays-cn
- Owner: fengkx
- Created: 2023-10-17T08:11:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-05T00:03:50.000Z (about 2 months ago)
- Last Synced: 2025-03-05T01:19:01.966Z (about 2 months ago)
- Topics: fediverse, mastodon
- Language: Python
- Homepage: https://mastodon.online/@working_days_cn
- Size: 235 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 # 执行静态检查和测试
```