{"id":18976305,"url":"https://github.com/aiogram/cli","last_synced_at":"2025-10-19T06:08:31.040Z","repository":{"id":54647489,"uuid":"261593909","full_name":"aiogram/cli","owner":"aiogram","description":"Command Line Interface","archived":false,"fork":false,"pushed_at":"2024-05-31T23:05:47.000Z","size":168,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-09T21:26:03.450Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aiogram.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-05T22:09:10.000Z","updated_at":"2024-07-27T21:39:08.000Z","dependencies_parsed_at":"2024-01-07T21:04:40.827Z","dependency_job_id":"6f0a2cfe-430a-4f05-a2b4-23021cfb1a72","html_url":"https://github.com/aiogram/cli","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"e934be45b60a14e4796be3eea7284a81968f38c8"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiogram%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiogram%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiogram%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiogram%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aiogram","download_url":"https://codeload.github.com/aiogram/cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248831341,"owners_count":21168453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T15:23:31.083Z","updated_at":"2025-10-19T06:08:25.986Z","avatar_url":"https://github.com/aiogram.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aiogram-cli (PoC)\n\nCommand line interface for developers\n\nWorks only with [aiogram](https://github.com/aiogram/aiogram) 3.0+\n\nHere is only bootstrap for CLI interface with extensions based on [pkg_resources](https://setuptools.readthedocs.io/en/latest/pkg_resources.html)\n\n## Installation\n\n### From PyPi\n`pip install aiogram-cli` or `pip install aiogram[cli]`\n\n## Usage\n\nJust run in terminal `aiogram` and see what you can do with it.\n\n## Example\n\n[![asciicast](https://asciinema.org/a/5tg0CV7ogvuqQz8ZmHP9CBPjl.svg)](https://asciinema.org/a/5tg0CV7ogvuqQz8ZmHP9CBPjl)\n\n## Writing extensions\n\nAny **aiogram-cli** extension package should provide an entry point like this:\n```\n[aiogram_cli.plugins]\nmy_extension = my_package.module:my_command\n```\n\nOr with poetry like this:\n```toml\n[tool.poetry.plugins.\"aiogram_cli.plugins\"]\n\"builtin-about\" = \"aiogram_cli.about:command_about\"\n\"builtin-plugins\" = \"aiogram_cli.plugins:command_plugins\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiogram%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faiogram%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiogram%2Fcli/lists"}