Sticker-Inator is a telegram sticker bot that creates stickers from images, videos and video notes
Sticker-Inator is a user-friendly Telegram bot designed to streamline the creation of stickers using images, videos, and video notes. Unlike the conventional @Stickers bot on Telegram, we've simplified the process for you, eliminating the need to manually format your media files.
-
Quick and Easy Creating stickers has never been easier! Our bot condenses the task into just a few simple steps, saving you time and effort. Whether you're a seasoned sticker creator or a newcomer, you'll find our bot incredibly user-friendly.
-
Versatile Media Support
Sticker-Inator supports a wide range of media types, including images, videos, and video notes. Note: Animated type stickers are currently not supported. -
Seamless Integration with Telegram Our bot seamlessly integrates with Telegram, making it easy to share your stickers with friends and family directly through the bot. No need to switch between apps or deal with complex external tools.
These are the tools we built Sticker-Inator with.
The following are steps you can take to run the telegram bot locally.
- Clone the repo
git clone https://github.com/fongyj/StickerInator.git
- Install requirements.txt
pip install -r requirements.txt
- Prepare a .env file with the following configuration. The field BOT_NAME will be appended to your sticker packs created.
BOT_TOKEN_STICKERINATOR="YOUR_BOT_TOKEN" BOT_NAME="YOUR_BOT_NAME"
- Run the following command to get the bot up locally
python main.py
Here are the commands that Sticker-Inator has currently:
/newpack - Creates a new stickerpack
/addsticker - Adds a sticker
/delsticker - Deletes a sticker
/delpack - Deletes a stickerpack
/help - Gets info on the bot
/cancel - Cancels current operation