All Projects → zu1k → Tg Keyword Reply Bot

zu1k / Tg Keyword Reply Bot

Licence: mit
[DEPRECATED] Telegram关键词自动回复机器人: 根据群组管理员设定的关键词或者正则规则,自动回复文字、图片、文件或者进行永久禁言、临时禁言、踢出等群管操作

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Tg Keyword Reply Bot

Telegram List
List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов
Stars: ✭ 3,362 (+1024.41%)
Mutual labels:  bot, telegram
Tlg joincaptchabot
Telegram Bot to verify if users that join a group, are humans. The Bot send an image captcha for each new user, and kick any of them that can't solve the captcha in a specified time.
Stars: ✭ 226 (-24.41%)
Mutual labels:  bot, telegram
Noderssbot
Another Telegram RSS bot but in Node.js Telegram RSS 机器人
Stars: ✭ 212 (-29.1%)
Mutual labels:  bot, telegram
Morse
📡 Clojure interface for Telegram Bot API
Stars: ✭ 209 (-30.1%)
Mutual labels:  bot, telegram
Publicleech
can be found on Telegram as https://telegram.dog/PublicLeechGroup
Stars: ✭ 236 (-21.07%)
Mutual labels:  bot, telegram
Scdlbot
Telegram Bot for downloading MP3 rips of tracks/sets from SoundCloud, Bandcamp, YouTube with tags and artwork.
Stars: ✭ 210 (-29.77%)
Mutual labels:  bot, telegram
Urban Bot
🤖 The universal chatbot library based on React. Write once, launch Telegram, Facebook, Slack, ... every messenger with chatbots
Stars: ✭ 223 (-25.42%)
Mutual labels:  bot, telegram
Mellow
Mellow can communicate with several APIs like Ombi, Sonarr, Radarr and Tautulli which are related to home streaming to use those services directly in your Discord client.
Stars: ✭ 193 (-35.45%)
Mutual labels:  bot, telegram
Profiles
👍 Make JavaScript Great Again
Stars: ✭ 238 (-20.4%)
Mutual labels:  bot, telegram
Anydlbot
An Open Source GPLv3 All-In-One Telegram Bot
Stars: ✭ 236 (-21.07%)
Mutual labels:  bot, telegram
Telegram Bot Api
First Telegram Bot API node.js library
Stars: ✭ 205 (-31.44%)
Mutual labels:  bot, telegram
Swiftybot
How to create a Telegram, Facebook Messenger, and Google Assistant bot with Swift using Vapor on Ubuntu / macOS.
Stars: ✭ 247 (-17.39%)
Mutual labels:  bot, telegram
Telegram Rat
Windows Remote Administration Tool via Telegram. Written in Python
Stars: ✭ 201 (-32.78%)
Mutual labels:  bot, telegram
Telegram.bot.examples
Examples for the Telegram.Bot C# Library
Stars: ✭ 290 (-3.01%)
Mutual labels:  bot, telegram
Ruby Telegram Bot Starter Kit
✈️ Ruby Telegram boilerplate for creating awesome bots. Check out best tools from the world of bots - https://github.com/BotCube/awesome-bots
Stars: ✭ 197 (-34.11%)
Mutual labels:  bot, telegram
Example Bot
[WIP] An A-Z example of a PHP Telegram Bot.
Stars: ✭ 211 (-29.43%)
Mutual labels:  bot, telegram
Heroku Telegram Bot
Starter pack to host your Python Telegram Bot on Heroku for free.
Stars: ✭ 183 (-38.8%)
Mutual labels:  bot, telegram
Icopy
fclone telegram interface.Send commands to Telegram BOT for get a convience way to control fclone resources copy missions.
Stars: ✭ 188 (-37.12%)
Mutual labels:  bot, telegram
Python Telegram Bot
We have made you a wrapper you can't refuse
Stars: ✭ 17,209 (+5655.52%)
Mutual labels:  bot, telegram
Telegram channel downloader
一个电报群组、频道下载脚本,支持上传到GD、OD等rclone可以挂载的网盘。
Stars: ✭ 216 (-27.76%)
Mutual labels:  bot, telegram


Telegram 关键词自动回复机器人

Github Actions FOSSA Status

【DEPRECATED】: 此版本已停止开发

关键词机器人分开源和闭源两个版本,开源版本包含最基础的关键词回复功能,闭源版本增加了更多实用功能。
本项目为关键词自动回复机器人的开源代码,在 Release 中发布的为闭源版本可执行文件。

开源版本

基本命令

  • 添加关键词回复规则 /add 关键词===回复内容 或者 /add 关键词1||关键词2===回复内容
  • 关键词可以使用正则表达式,例如/add re:p([a-z]+)ch===测试正则,就会匹配规则p([a-z]+)ch
  • 删除关键词规则 /del 关键词 暂不支持一次性删除多个关键词
  • 自动删除含有关键词的文字消息, 只需要将回复内容设置成 delete, 并给机器人添加删除消息权限
  • 使用/list命令可以查看本群内所有自动回复规则
  • 给机器人添加删除消息和踢人的管理权限,可以自动防清真(阿拉伯语)

回复特殊内容

  • 回复内容支持文字\图片\GIF\视频,默认文字
  • 如需图片,回复内容设置成photo:https://t.me/c/1472018167/53095,https://t.me/c/1472018167/53095是已经发送过的图片获取到的链接
  • 同理,gif将photo替换成gif,视频替换成video,文件替换成file
  • 注意: 这里的链接必须是公开群组的,否则无法发出来

如何搭建

自己编译

  1. clone本仓库并按照需求进行修改
  2. 使用 go build -ldflags "-w -s" -trimpath -o tgbot . 进行编译
  3. 使用 ./tgbot -t TOKEN 运行机器人

使用Github Action编译的版本

  1. 访问 https://github.com/zu1k/tg-keyword-reply-bot/actions
  2. 下载Github Action编译的可执行文件,解压bin.zip
  3. 使用 ./tg-keyword-reply-bot -t TOKEN 运行机器人

闭源版本

闭源版本增加更多实用功能,可执行文件见 Release 页面。

机器人命令列表

help - 查看帮助
add - 添加规则
del - 删除规则
list - 列出规则
admin - 呼叫管理员
banme - 禁言小游戏
getid - 查看用户的信息 可回复查看别人
autoreply - 开关自动回复功能
autodelete - 开关自动删除消息功能
replyorder - 开关回复ban/kick命令功能
banmegame - 开关禁言小游戏功能
playorderban - 开关玩命令惩罚功能
banqingzhen - 开关防清真功能
calladmin - 开关呼叫管理员功能
welcome - 开关加群欢迎功能
goodbye - 开关离群送别功能
deletejoinmessage - 开关删除加群消息功能
servicelist - 查看机器人功能列表

使用说明

使用说明见 使用说明

在线机器人

赞助

赞助请邮件单独联系我

赞助名单(感谢)

License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].