Skip to content

🤖 This Telegram bot will help you change photo size and type to interact with @Stickers and create your own Telegram stickers. Here you can send a photo for your set of stickers and it will be edited and sent to you so that in the future you can use this photo as your sticker or cover for a sticker pack.

License

Notifications You must be signed in to change notification settings

cisamu123/StickHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 StickHelper

🤖 StickHelper is a Telegram bot designed to assist in resizing images and managing them as stickers for @Stickers on Telegram. It simplifies the process of creating custom Telegram stickers by allowing users to upload images, which are then converted into usable stickers or covers for sticker packs.

Requirements

To run StickHelper, you'll need:

  • Python 3.7 or higher
  • pillow==8.4.0
  • pyTelegramBotAPI==4.0.0

Installation

  1. Clone the repository:

    git clone https://github.com/cisamu123/StickHelper.git
    cd StickHelper
  2. Set up Python and a Virtual Environment (optional but recommended):

    • Install Python (version 3.7 or higher): Python Downloads
    • Create a virtual environment:
      python -m venv venv
      # For Windows: python -m venv venv
  3. Activate the Virtual Environment (if used):

    • For Windows:
      venv\Scripts\activate
    • For macOS and Linux:
      source venv/bin/activate
  4. Install Dependencies:

    pip install -r requirements.txt
  5. Set Up the Telegram Token:

    • Replace 'YOUR_BOT_TOKEN' in the bot's code with your actual Telegram token.
  6. Run the Bot:

    python main.py

Usage

To use StickHelper, start the bot and interact with it via Telegram. Send an image and follow the prompts to convert it into a sticker or cover for sticker packs.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

🤖 This Telegram bot will help you change photo size and type to interact with @Stickers and create your own Telegram stickers. Here you can send a photo for your set of stickers and it will be edited and sent to you so that in the future you can use this photo as your sticker or cover for a sticker pack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages