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

https://github.com/konano/auto-kickout-bot

A Telegram bot that automatically removes newly added group members
https://github.com/konano/auto-kickout-bot

python-telegram-bot

Last synced: 3 months ago
JSON representation

A Telegram bot that automatically removes newly added group members

Awesome Lists containing this project

README

          

# auto-kickout-bot

## Usage

```bash
mv config.sample.ini config.ini
vi config.ini # add accesstoken

pip install -r requirements.txt
python3 bot.py
```