Skip to content

cmpdchtr/StickerTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sticker to PNG Converter Bot

A simple Telegram bot that converts stickers to PNG images.

Setup

  1. Install dependencies:
pip install -r requirements.txt
  1. Create a .env file based on .env.example:
cp .env.example .env
  1. Add your Telegram Bot Token to the .env file:
    • Get your token from @BotFather
    • Replace your_bot_token_here with your actual token

Usage

Run the bot:

python main.py

Features

  • Send any sticker to the bot
  • Bot converts it to PNG format
  • Receives the PNG image back

Commands

  • /start - Start the bot and see welcome message
  • /help - Get help information

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages