sgreben / telegram-emoji-reactions-bot

Telegram bot for Slack-like emoji reactions. Single binary, no dependencies. linux, osx, windows. #golang #cli #telegram #slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telegram-emoji-reactions-bot

Emoji reactions bot for Telegram. Public instance: @emoji_reactions_bot

screenshot

Includes reaction notifications:

screenshot

Contents

Set-up

  1. Add the bot @emoji_reactions_bot (or your own instance) to a group
  2. Give it admin (Delete messages) rights
  3. See Usage

Get it

Using go get:

go get -u github.com/sgreben/telegram-emoji-reactions-bot

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

Usage

Telegram

  1. Reply to a message with only emoji (or a single letter)
  2. Add further emoji by either...
    • ...using the buttons to +1 existing emoji, or
    • ...replying with new emoji

CLI

telegram-emoji-reactions-bot -token BOT_TOKEN

Usage of telegram-emoji-reactions-bot:
  -button-row-length int
    	 (default 5)
  -button-row-min-length int
    	 (default 2)
  -timeout duration
    	 (default 2s)
  -token string
    	
  -v	(alas for -verbose)
  -verbose
    	

About

Telegram bot for Slack-like emoji reactions. Single binary, no dependencies. linux, osx, windows. #golang #cli #telegram #slack

License:MIT License


Languages

Language:Go 99.2%Language:Makefile 0.8%