sgreben / telegram-sticker-thief-bot

Telegram bot to clone/re-combine sticker packs. Single binary, no dependencies. linux, osx, windows. #golang #cli #telegram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Contents

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

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:

go get -u github.com/sgreben/telegram-sticker-thief-bot

Or download the binary for your platform from the releases page.

About

Telegram bot to clone/re-combine sticker packs. Single binary, no dependencies. linux, osx, windows. #golang #cli #telegram


Languages

Language:Go 99.2%Language:Makefile 0.8%