https://github.com/sgreben/telegram-sticker-thief-bot
Telegram bot to clone/re-combine sticker packs. Single binary, no dependencies. linux, osx, windows. #golang #cli #telegram
https://github.com/sgreben/telegram-sticker-thief-bot
clone create stickers telegram telegram-bot zip
Last synced: about 1 year ago
JSON representation
Telegram bot to clone/re-combine sticker packs. Single binary, no dependencies. linux, osx, windows. #golang #cli #telegram
- Host: GitHub
- URL: https://github.com/sgreben/telegram-sticker-thief-bot
- Owner: sgreben
- Created: 2019-08-16T14:16:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T11:47:23.000Z (almost 7 years ago)
- Last Synced: 2025-02-26T02:41:17.432Z (over 1 year ago)
- Topics: clone, create, stickers, telegram, telegram-bot, zip
- Language: Go
- Homepage:
- Size: 119 KB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# telegram-sticker-thief-bot
Sticker thieving bot for Telegram. Send it stickers (or sticker set URLs) to steal them :) Public instance: [@the_sticker_thief_bot](https://t.me/the_sticker_thief_bot)
## Contents
- [Usage](#usage)
- [Telegram](#telegram)
- [CLI](#cli)
- [Get it](#get-it)
## Usage
### Telegram
- `/help`: Print help
- `/start`: Create your scratchpad sticker set
- `/list` : List scratchpad stickers
- `/clear`: Clear scratchpad sticker set
- `/clone` `[STICKER_SET]`: Make a permanent clone of the scratchpad sticker set, or the specified sticker set
- `/steal` `STICKER_SET` - Add all stickers from this set to the scratchpad sticker set
- `/zip` `[STICKER_SET]`: Download the scratchpad sticker set, or the specified sticker set as a zip archive
### CLI
```text
telegram-sticker-thief-bot -token BOT_TOKEN
Usage of telegram-sticker-thief-bot:
-rate-limit duration
(default 100ms)
-timeout duration
(default 2s)
-token string
-v (alas for -verbose)
-verbose
```
## Get it
Using go get:
```bash
go get -u github.com/sgreben/telegram-sticker-thief-bot
```
Or [download the binary for your platform](https://github.com/sgreben/telegram-sticker-thief-bot/releases/latest) from the releases page.