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".
- Host: GitHub
- URL: https://github.com/serpo-dev/img-converter-bot
- Owner: serpo-dev
- Created: 2023-06-04T14:32:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T03:51:51.000Z (about 3 years ago)
- Last Synced: 2023-08-07T19:18:57.181Z (almost 3 years ago)
- Language: JavaScript
- Size: 582 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```