Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 监控输出文件并发送给用户

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
```