Execute actions on multiple Telegram users or groups
Find a file
Steffo ae2c2aa30e
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
Bump version to 0.1.4
2025-12-02 13:00:56 +01:00
.forgejo/workflows Remove mention of non-existing docs 2025-11-13 23:57:25 +01:00
.media Improve README 2025-11-13 04:42:10 +01:00
telebulk Add blank init file 2025-10-07 03:49:23 +02:00
.gitignore First commit 2025-10-07 03:31:57 +02:00
LICENSE.txt Add explicit license 2025-10-07 06:43:29 +02:00
poetry.lock First commit 2025-10-07 03:31:57 +02:00
pyproject.toml Bump version to 0.1.4 2025-12-02 13:00:56 +01:00
README.md Add CLI with Click badge 2025-11-14 03:36:44 +01:00

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

Tools

Written in Python CLI with Click

Packaging

Available on PyPI Available on Forgejo Packages

Documentation

Licensed under EUPL-1.2

Development

Code repository Releases Issues Pull requests