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

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

Awesome Lists containing this project

README

          

# TelegramStatusBot
Preview

![Tests](https://github.com/TimNekk/TelegramStatusBot/actions/workflows/tests.yml/badge.svg)

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)