Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antares0982/telegram-output-monitor-bot
简单的telegram bot 监控输出文件并发送给用户
https://github.com/antares0982/telegram-output-monitor-bot
Last synced: 27 days ago
JSON representation
简单的telegram bot 监控输出文件并发送给用户
- Host: GitHub
- URL: https://github.com/antares0982/telegram-output-monitor-bot
- Owner: Antares0982
- Created: 2021-02-19T15:45:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T18:02:21.000Z (3 months ago)
- Last Synced: 2024-10-26T19:55:15.797Z (3 months ago)
- Language: Python
- Size: 292 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# telegram-output-monitor-bot
> 使用RabbitMQ将日志发送到你的Telegram![](resources/example.png)
使用时
* 修改文件名`cfg_sample.py`为`cfg.py`
* 使用setup.sh下载一个pika封装`pika_interface.py`* 安装必要的包,确保能监听到本地的rabbitMQ服务
```
pip3 install -r requirements.txt
```