https://github.com/timnekk/telegramstatusbot
Telegram CLI Bot that checks status of other bots
https://github.com/timnekk/telegramstatusbot
Last synced: 9 months ago
JSON representation
Telegram CLI Bot that checks status of other bots
- Host: GitHub
- URL: https://github.com/timnekk/telegramstatusbot
- Owner: TimNekk
- License: apache-2.0
- Archived: true
- Created: 2022-07-01T23:36:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T11:18:44.000Z (over 3 years ago)
- Last Synced: 2025-03-23T13:33:28.929Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TelegramStatusBot


Telegram CLI Bot that checks status of other bots
## Installation
Clone repository
```bash
git clone https://github.com/TimNekk/TelegramStatusBot
```
Install requirements
```bash
pip install -r requirements.txt
```
Rename `.env.dist` to `.env `
```bash
# Windows
rename .env.dist .env
# Linux
mv .env.dist .env
```
## Configuration
Complete `.env` file with your data
## Contributing
Bug reports and/or pull requests are welcome
## License
The module is available as open source under the terms of the [Apache License, Version 2.0](https://opensource.org/licenses/Apache-2.0)