{"id":16370310,"url":"https://github.com/deptyped/aiogram-media-group","last_synced_at":"2025-07-07T03:02:12.588Z","repository":{"id":40947009,"uuid":"331914386","full_name":"deptyped/aiogram-media-group","owner":"deptyped","description":"aiogram handler for media groups (also known as albums)","archived":false,"fork":false,"pushed_at":"2023-12-15T08:00:48.000Z","size":80,"stargazers_count":43,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-05T21:05:10.368Z","etag":null,"topics":["aiogram","python","telegram","telegram-bot","telegram-bot-api","telegram-bots-api"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/aiogram-media-group/","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/deptyped.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-01-22T10:37:29.000Z","updated_at":"2025-03-01T14:26:08.000Z","dependencies_parsed_at":"2024-10-11T03:04:45.377Z","dependency_job_id":"a7da2a44-e100-4942-bc1f-49b4cef0ab7f","html_url":"https://github.com/deptyped/aiogram-media-group","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":0.2222222222222222,"last_synced_commit":"4979b74a7bcb1a01e2392a9d0b54525f8726dc8f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deptyped/aiogram-media-group","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deptyped%2Faiogram-media-group","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deptyped%2Faiogram-media-group/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deptyped%2Faiogram-media-group/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deptyped%2Faiogram-media-group/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deptyped","download_url":"https://codeload.github.com/deptyped/aiogram-media-group/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deptyped%2Faiogram-media-group/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264005148,"owners_count":23542829,"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":["aiogram","python","telegram","telegram-bot","telegram-bot-api","telegram-bots-api"],"created_at":"2024-10-11T03:04:41.645Z","updated_at":"2025-07-07T03:02:12.554Z","avatar_url":"https://github.com/deptyped.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aiogram-media-group\n\naiogram handler for media groups (also known as albums)\n\n### Supported drivers\n\n- [In-memory](aiogram_media_group/storages/memory.py)\n- [Redis](aiogram_media_group/storages/redis.py) (aiogram 2.x only)\n- [Mongo DB](aiogram_media_group/storages/mongo.py) (aiogram 2.x only)\n\n### Install\n\n```bash\npip install aiogram-media-group\n# or\npoetry add aiogram-media-group\n```\n\n### Usage\n\nMinimal usage example:\n\n```python\nfrom aiogram_media_group import media_group_handler\n\n@dp.message(F.media_group_id, F.content_type.in_({'photo'}))\n@media_group_handler\nasync def album_handler(messages: List[types.Message]):\n    print(messages)\n```\n\nCheckout [examples](https://github.com/deptyped/aiogram-media-group/blob/main/examples) for complete usage examples\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeptyped%2Faiogram-media-group","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeptyped%2Faiogram-media-group","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeptyped%2Faiogram-media-group/lists"}