Execute actions on multiple Telegram users or groups
|
All checks were successful
Release using Poetry a new version of the Python package / Build package (push) Successful in 10s
Release using Poetry a new version of the Python package / Publish package on Forgejo Packages (push) Successful in 2s
Release using Poetry a new version of the Python package / Publish package on Test PyPI (push) Successful in 4s
Release using Poetry a new version of the Python package / Publish package on PyPI (push) Successful in 5s
|
||
|---|---|---|
| .forgejo/workflows | ||
| .media | ||
| telebulk | ||
| .gitignore | ||
| LICENSE.txt | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
Telebulk
Execute actions on multiple Telegram users or groups
Actions
New actions are added to this tool as needed.
Because of that, functionality is very limited at the moment.
Feel free to request any new actions though!
Available actions list
- Kick (and Unban)
Usage examples
Kick a single user from a single group
telebulk --user='12345' --group='67890' --kick
Unban a user from all group IDs contained in a file
#!/usr/bin/env fish
telebulk --user='12345' --group=(cat unban_groups.txt) --kick