sofixa / tg-captcha-bot

Telegram Сaptcha Bot

Home Page:https://t.me/cloud_tg_captcha_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Report Card Version GitHub tag (latest by date) GitHub closed issues GitHub contributors GitHub All Releases Docker Pulls

Telegram Captcha Bot

Telegram bot that validates new users that enter supergroup. Validation works like a simple captcha. Bot written in Go (Golang).

This bot has been tested on several supergroups (2000+ people) for a long time and has shown its effectiveness against spammers.

Cloud hosted instance of the bot

@cloud_tg_captcha_bot

How it works

  1. Add the bot to your supergroup
  2. Promote the bot for administrator privileges
  3. A new user enters your supergroup
  4. Bot restricts the user's ability to send messages
  5. Bot shows a welcome message and a captcha button to the user
  6. If the user doesn't press the button within 30 seconds then the user is banned by the bot

If you want to run your own instance of the bot

Commands

/healthz - check that the bot is working correctly

Сustomization

You can change several bot's settings (welcome message, ban duration, socks5 proxy server) through the configuration file config.toml

Contacts

If you have questions feel free to ask me in TG @mxssl

About

Telegram Сaptcha Bot

https://t.me/cloud_tg_captcha_bot

License:MIT License


Languages

Language:Go 86.3%Language:Makefile 7.9%Language:Dockerfile 5.8%