A simple Telegram bot that converts stickers to PNG images.
- Install dependencies:
pip install -r requirements.txt- Create a
.envfile based on.env.example:
cp .env.example .env- Add your Telegram Bot Token to the
.envfile:- Get your token from @BotFather
- Replace
your_bot_token_herewith your actual token
Run the bot:
python main.py- Send any sticker to the bot
- Bot converts it to PNG format
- Receives the PNG image back
/start- Start the bot and see welcome message/help- Get help information