https://github.com/guzus/tg-sticker-cauldron
Easily generate telegram stickers
https://github.com/guzus/tg-sticker-cauldron
sticker telegram
Last synced: about 2 months ago
JSON representation
Easily generate telegram stickers
- Host: GitHub
- URL: https://github.com/guzus/tg-sticker-cauldron
- Owner: guzus
- Created: 2023-11-07T11:47:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T14:01:35.000Z (over 2 years ago)
- Last Synced: 2025-01-11T09:49:42.024Z (over 1 year ago)
- Topics: sticker, telegram
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tg-sticker-cauldron
[](https://www.python.org/downloads/release/python-3106/)

## Telegram stickers
https://core.telegram.org/stickers
## Goal
Easily generate telegram stickers by:
- Convert any files to a format compatible to telegram sticker.
- Generate a sticker pack from a directory of images.
## Run
1. Install ffmpeg (If you're a mac, simply run `brew install ffmpeg`)
2. Place your video in `src/input` directory.
3. Install python requirements, and run
```shell
python3 src/main.py
```
## Status
The project is **not ready for production use**.
It currently only supports video Stickers.
### TODO
1. Add support for animated, static stickers
2. dockerize