Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tonybenoy/telegram-server-monitor-bot
- Owner: tonybenoy
- License: mit
- Created: 2019-04-07T11:05:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T23:06:19.000Z (about 1 year ago)
- Last Synced: 2024-05-02T02:19:46.021Z (6 months ago)
- Language: Python
- Size: 58.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```