https://github.com/hydrotho/bilibili_livestream_reminder
一款监控哔哩哔哩直播间并通过 Telegram 机器人发送通知的工具。A tool for monitoring BiliBili livestreams and sending notifications via a Telegram bot.
https://github.com/hydrotho/bilibili_livestream_reminder
bilibili bilibili-live bilibili-live-tools nuitka telegram telegram-bot telegram-bot-api
Last synced: 4 months ago
JSON representation
一款监控哔哩哔哩直播间并通过 Telegram 机器人发送通知的工具。A tool for monitoring BiliBili livestreams and sending notifications via a Telegram bot.
- Host: GitHub
- URL: https://github.com/hydrotho/bilibili_livestream_reminder
- Owner: hydrotho
- License: mit
- Created: 2023-11-09T15:45:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T16:00:48.000Z (8 months ago)
- Last Synced: 2025-04-10T21:09:37.404Z (7 months ago)
- Topics: bilibili, bilibili-live, bilibili-live-tools, nuitka, telegram, telegram-bot, telegram-bot-api
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BiliBili_Livestream_Reminder 
一款监控哔哩哔哩直播间并通过 Telegram 机器人发送通知的工具。
## 简介
`BiliBili_Livestream_Reminder` 能够实时监控指定的哔哩哔哩直播间。当直播开始、标题变更或直播结束时,它会自动通过 Telegram 机器人发送相应通知。这一过程涵盖了直播开始通知、标题变更实时更新以及直播结束时删除通知,确保用户能够及时获取直播间的最新状态。
## 快速开始
### 安装
请从 [发布页](https://github.com/hydrotho/BiliBili_Livestream_Reminder/releases/latest) 下载适用于 Linux、Windows 和 macOS 的预构建静态链接二进制文件。
### 配置
请参考 [配置示例](config.example.yaml) 进行配置。
### 使用
```shell
❯ BiliBili_Livestream_Reminder --help
Usage: BiliBili_Livestream_Reminder [OPTIONS]
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --config TEXT [default: config.yaml] │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯
```
## 支持
如果您遇到任何问题或有任何建议,欢迎 [提出问题](https://github.com/hydrotho/BiliBili_Livestream_Reminder/issues)。
## 许可证
本项目采用 MIT 许可证,详情请参见 [LICENSE](LICENSE) 文件。