An open API service indexing awesome lists of open source software.

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

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.