Skip to content

Telegram bot to help format and create stickers from images, videos, or video notes.

Notifications You must be signed in to change notification settings

fongyj/StickerInator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sticker-Inator is a telegram sticker bot that creates stickers from images, videos and video notes

Try out the bot »


About The Bot

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.

Why Sticker-Inator?

  1. 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.

  2. 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.

  3. 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.

Built With

These are the tools we built Sticker-Inator with.

  • Telegram
  • Python

Getting Started

The following are steps you can take to run the telegram bot locally.

Installation

  1. Clone the repo
    git clone https://github.com/fongyj/StickerInator.git
  2. Install requirements.txt
    pip install -r requirements.txt
  3. 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"
  4. Run the following command to get the bot up locally
    python main.py

Features

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

About

Telegram bot to help format and create stickers from images, videos, or video notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages