Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tonybenoy/telegram-server-monitor-bot

Bot to monitor a server
https://github.com/tonybenoy/telegram-server-monitor-bot

Last synced: 22 days ago
JSON representation

Bot to monitor a server

Awesome Lists containing this project

README

        

# Telegram-Server-Monitor-Bot
Bot to monitor a server.
To the run the bot you first need to create a config.ini file
```
[telegram]
api_key = #use @BotFather
admin_user_id= #use @Userrinfobot bot
first_name=Tony
```
## Run using docker
Build the image with
```
docker build -t telebot .
```
Run with
```
docker run -d telebot
```

## Use Python
The project supports poetry
Run
```
poetry install
```
Then
```
python app.py
```