lz233 / Fish-Telegram-Captcha-bot

A serverless telegram bot for anti-spam

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fish-Telegram-Captcha-bot

A telegram bot running on vercel to verify if the user is a human.

Workflow

video_2022-09-10_11-41-33.mp4

How to use?

Verification-After-Request Mode

Public group

  1. Enable "Approve new members" in group settings. image
  2. Add the bot to the group.
  3. Promote the bot to admin.
  4. Edit the admin rights, minimum rights are recommended. image

Private group

  1. Go to "Group Settings" -> "Manage Invite Links".
  2. Create a new invite link with "Request Admin Approval" enabled. image
  3. Add the bot to the group.
  4. Promote the bot to admin.
  5. Edit the admin rights, minimum rights are recommended. image

Notice: DO NOT Use the default invite link

There is a default invite link for a private groupchat in Telegram, which at the top of link list. The property of this invite link cannot be changes, which means that bot cannot verify the new member joined with this invite link.

Verification-After-Join Mode

In the groups linked with a channel, you can use this mode to verify new members.

  1. Add the bot to the group.
  2. Promote the bot to admin.
  3. Edit the admin rights, minimum rights are recommended. image

Notice: The permission of "Invite Users via Link" CAN NOT be enabled on verification-after-join mode.

The bot will automatically handle the verification process. New members will be restricted after joining the group until they pass the CAPTCHA.

How to deploy?

What you need:

  • A vercel account
  • The token of your telegram bot
  • The site-key and secret-key of your hCaptcha

Deploy to vercel

  1. Create your telegram bot via @BotFather
  2. Go to the Settings tab to get your secret key.
  3. Go to the Sites tab and create a new site key.
  4. Fork this repo or click the button below to deploy it to vercel.
  5. Go to the Environment Variables tab and add the following variables:
    • BOT_TOKEN: The token of your telegram bot.
    • SECRET_KEY: The secret key of your hCaptcha account.
    • SITE_KEY: The site key of your active site.
  6. Redeploy the project to make the environment variables take effect.
  7. Set the webhook by requesting https://api.telegram.org/bot[BOT_TOKEN]/setWebhook?url=https://[YOUR_DOMAIN]/webhook/[BOT_TOKEN]

Deploy with Vercel

Deploy to your own server

Due to the limitations of vercel, verification-after-join mode can only work on the deployment on your own server.

  1. Deploy the project to vercel, but skip the step of setting the webhook.
  2. Get the latest build on GitHub Action.
  3. Copy the url which assigned to your Production Deployment on vercel.
  4. Run the bot on your server:
    FRONTEND_URL="YOUR_DEPLOYMENT_URL" \
    BOT_TOKEN="YOUR_BOT_TOKEN" \
    ./Fish-Telegram-Captcha-Bot

About

A serverless telegram bot for anti-spam

https://t.me/Fish_hCaptchaBot

License:GNU General Public License v3.0


Languages

Language:Go 84.7%Language:HTML 15.3%