telebulk


Nametelebulk JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryExecute actions on multiple Telegram users or groups
upload_time2025-10-07 04:41:57
maintainerStefano Pigozzi
docs_urlNone
authorStefano Pigozzi
requires_python<4.0,>=3.13
licenseEUPL-1.2
keywords telegram cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">

![](.media/icon-128x128_round.png)

# Telebulk

Execute actions on multiple Telegram users or groups

</div>

> [!Warning]
>
> 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 features though!

## Links

[![Available on PyPI](https://img.shields.io/pypi/v/telebulk)](https://pypi.org/project/telebulk/)

## Actions available

- Kick (and Unban)

## Usage examples

<details>
<summary>Kick a single user from a single group</summary>

```fish
telebulk --user='12345' --group='67890' --kick
```

</details>

<details>
<summary>Unban a user from all group IDs contained in a file</summary>

```fish
#!/usr/bin/env fish
telebulk --user='12345' --group=(cat unban_groups.txt) --kick
```

</details>


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "telebulk",
    "maintainer": "Stefano Pigozzi",
    "docs_url": null,
    "requires_python": "<4.0,>=3.13",
    "maintainer_email": "me@steffo.eu",
    "keywords": "telegram, cli",
    "author": "Stefano Pigozzi",
    "author_email": "me@steffo.eu",
    "download_url": "https://files.pythonhosted.org/packages/16/f0/1bae9d90dc01ed634da22516415c9ec822a9016d2fffdbfa5d4551ff341c/telebulk-0.1.2.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n\n![](.media/icon-128x128_round.png)\n\n# Telebulk\n\nExecute actions on multiple Telegram users or groups\n\n</div>\n\n> [!Warning]\n>\n> New actions are added to this tool as needed.\n>\n> Because of that, functionality is very limited at the moment.\n>\n> Feel free to request any new features though!\n\n## Links\n\n[![Available on PyPI](https://img.shields.io/pypi/v/telebulk)](https://pypi.org/project/telebulk/)\n\n## Actions available\n\n- Kick (and Unban)\n\n## Usage examples\n\n<details>\n<summary>Kick a single user from a single group</summary>\n\n```fish\ntelebulk --user='12345' --group='67890' --kick\n```\n\n</details>\n\n<details>\n<summary>Unban a user from all group IDs contained in a file</summary>\n\n```fish\n#!/usr/bin/env fish\ntelebulk --user='12345' --group=(cat unban_groups.txt) --kick\n```\n\n</details>\n\n",
    "bugtrack_url": null,
    "license": "EUPL-1.2",
    "summary": "Execute actions on multiple Telegram users or groups",
    "version": "0.1.2",
    "project_urls": {
        "Issues": "https://forge.steffo.eu/steffo/telebulk/issues",
        "Source": "https://forge.steffo.eu/steffo/telebulk"
    },
    "split_keywords": [
        "telegram",
        " cli"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fac1223cd3d6a66d9f2b1ae02e8f21378dcc7443cdaa0b238f11fe6e48b129fd",
                "md5": "61f23560ec820eaff1e61cc1e80fe3f8",
                "sha256": "d5e82c409395797a4eda756f96db49eece0e95fd6102b42d1998431924b478a2"
            },
            "downloads": -1,
            "filename": "telebulk-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "61f23560ec820eaff1e61cc1e80fe3f8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.13",
            "size": 3596,
            "upload_time": "2025-10-07T04:41:56",
            "upload_time_iso_8601": "2025-10-07T04:41:56.821998Z",
            "url": "https://files.pythonhosted.org/packages/fa/c1/223cd3d6a66d9f2b1ae02e8f21378dcc7443cdaa0b238f11fe6e48b129fd/telebulk-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "16f01bae9d90dc01ed634da22516415c9ec822a9016d2fffdbfa5d4551ff341c",
                "md5": "5ffcad373ed7e537c4087d303a575b1d",
                "sha256": "94ebc80ea8f6c253c2ecec7fd562d5edc05832f7d194586a1c2bb67a342e4402"
            },
            "downloads": -1,
            "filename": "telebulk-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5ffcad373ed7e537c4087d303a575b1d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.13",
            "size": 2875,
            "upload_time": "2025-10-07T04:41:57",
            "upload_time_iso_8601": "2025-10-07T04:41:57.960602Z",
            "url": "https://files.pythonhosted.org/packages/16/f0/1bae9d90dc01ed634da22516415c9ec822a9016d2fffdbfa5d4551ff341c/telebulk-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-07 04:41:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "telebulk"
}
        
Elapsed time: 1.45535s