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
- Host: GitHub
- URL: https://github.com/konano/auto-kickout-bot
- Owner: Konano
- License: mit
- Created: 2020-10-09T04:47:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T06:04:00.000Z (8 months ago)
- Last Synced: 2025-04-12T03:37:26.732Z (6 months ago)
- Topics: python-telegram-bot
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 16
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# auto-kickout-bot
## Usage
```bash
mv config.sample.ini config.ini
vi config.ini # add accesstokenpip install -r requirements.txt
python3 bot.py
```