telebulk (0.1.4)

Published 2025-12-02 13:01:25 +01:00 by Steffo in steffo/telebulk

Installation

pip install --index-url  telebulk

About this package

Execute actions on multiple Telegram users or groups

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

Requirements

Requires Python: >=3.13,<4.0
Details
PyPI
2025-12-02 13:01:25 +01:00
2
Stefano Pigozzi
17 KiB
Assets (2)
Versions (5) View all
0.1.4 2025-12-02
0.1.3 2025-11-13
0.1.2 2025-10-07
0.1.1 2025-10-07
0.1.0 2025-10-07