https://github.com/johnpoint/telegram_group_bot
https://github.com/johnpoint/telegram_group_bot
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnpoint/telegram_group_bot
- Owner: johnpoint
- License: gpl-3.0
- Created: 2018-02-27T11:34:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T00:30:42.000Z (about 8 years ago)
- Last Synced: 2025-03-24T09:46:34.507Z (about 1 year ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# telegram_group_bot telegram群组管理机器人 #
## 本项目处于计划阶段 ##
# 声明 #
- 使用本项目即*为清楚明白以下声明*,本人**不会对此另行解释**
- bot能获取到的信息包括:
```
- 用户:
- username
- firstname
- lastname
- userid
- language_code
- text(带有命令的)
- 群组:
- group_type
- group_id
- group_name
- group_info
```
# 部署 #
## 一 申请 bot api token ##
## 二 部署bot服务端 ##
### a.一键脚本安装&管理(推荐) ###
### b.自行安装&管理 ###
```
git clone https://github.com/johnpoint/telegram_group_bot.git
cd telegram_group_bot/bot
python main.py
```
## 三 启动 bot ##
# BOT 使用指南 #
## 命令列表 ##
# TODO #
- [ ] 进群欢迎语
- [ ] 提醒设定username
- [ ] 黑名单记录
- [ ] 管理员群管理
- [ ] 添加bot管理员
- [ ] bot踢出成员
- [ ] 一键安装脚本
- [ ] 一键运行脚本
## LICENSE ##
[GNU General Public License v3.0](https://github.com/johnpoint/telegram_group_bot/blob/master/LICENSE)