An open API service indexing awesome lists of open source software.

https://github.com/johnpoint/telegram_group_bot


https://github.com/johnpoint/telegram_group_bot

Last synced: 9 months ago
JSON representation

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)