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: 30 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-15T15:42:33.000Z (9 months ago)
- Last Synced: 2025-03-08T05:02:26.737Z (about 1 month ago)
- Topics: bilibili, bilibili-live, bilibili-live-tools, nuitka, telegram, telegram-bot, telegram-bot-api
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bilibili-extra - BiliBili_Livestream_Reminder - 一款监控哔哩哔哩直播间并通过 Telegram 机器人发送通知的工具.  (监控与推送 / 直播脚本)
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 --helpUsage: 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) 文件。