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

https://github.com/serpo-dev/img-converter-bot

A simple bot which can convert images in three formats: "PNG", "JPG" and "BMP".
https://github.com/serpo-dev/img-converter-bot

Last synced: about 1 year ago
JSON representation

A simple bot which can convert images in three formats: "PNG", "JPG" and "BMP".

Awesome Lists containing this project

README

          

# img-converter-bot

## Description

A simple telegram bot which is able to convert your images in these formats: "png", "jpg", or "bmp".
Just send an image to the bot as an attachment with one of the commands via caption field.

## Available commands

*To launch a bot:*

- `/start`

*To convert an image:*

- `/png`, `png`, `/jpg`, `/jpg`, `/bmp`, `bmp` and attached image in one of these formats: "png", "jpg", or "bmp"

## .env configuration

```
BOT_TOKEN=your_token
GET_UPDATES_DELAY=1000
RESPONSE_DELAY=50
CONVERTER_CHECK_QUEUE_DELAY=500
CACHE_IMAGES=FALSE
```