{"id":13569550,"url":"https://github.com/toshi-pono/aiotraq","last_synced_at":"2025-04-15T01:42:19.164Z","repository":{"id":240299680,"uuid":"798700397","full_name":"toshi-pono/aiotraq","owner":"toshi-pono","description":"Async ready API Client and bot library for traQ written in Python","archived":false,"fork":false,"pushed_at":"2025-03-10T23:13:57.000Z","size":2459,"stargazers_count":7,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T13:40:04.715Z","etag":null,"topics":["traq","traq-bot"],"latest_commit_sha":null,"homepage":"https://toshi-pono.github.io/aiotraq/","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/toshi-pono.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":"2024-05-10T10:01:34.000Z","updated_at":"2025-02-02T00:39:17.000Z","dependencies_parsed_at":"2024-06-02T09:46:24.291Z","dependency_job_id":"18381c58-0b45-4fe7-aee6-9b465b1ec0a9","html_url":"https://github.com/toshi-pono/aiotraq","commit_stats":null,"previous_names":["toshi-pono/aiotraq"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshi-pono%2Faiotraq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshi-pono%2Faiotraq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshi-pono%2Faiotraq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshi-pono%2Faiotraq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toshi-pono","download_url":"https://codeload.github.com/toshi-pono/aiotraq/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248991511,"owners_count":21194893,"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":["traq","traq-bot"],"created_at":"2024-08-01T14:00:41.317Z","updated_at":"2025-04-15T01:42:19.149Z","avatar_url":"https://github.com/toshi-pono.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# AiotraQ\n\nasync ready API wrapper and bot library for [traQ](https://github.com/traPtitech/traQ) written in Python.\n\n[![PyPI - Version](https://img.shields.io/pypi/v/aiotraq?label=aiotraq)](https://pypi.org/project/aiotraq/)\n[![PyPI - Version](https://img.shields.io/pypi/v/aiotraq-bot?label=aiotraq-bot)](https://pypi.org/project/aiotraq-bot/)\n[![PyPI - Version](https://img.shields.io/pypi/v/aiotraq-message?label=aiotraq-message)](https://pypi.org/project/aiotraq-message/)\n[![CI](https://github.com/toshi-pono/aiotraq/actions/workflows/ci.yml/badge.svg)](https://github.com/toshi-pono/aiotraq/actions/workflows/ci.yml)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/toshi-pono/aiotraq/blob/main/LICENSE)\n\n![teaser](docs/static/img/aiotraq.png)\n\n## Installation\n\n```bash\npip install aiotraq\npip install aiotraq-bot\npip install aiotraq-message\n```\n\n## Projects\n\n詳細は各リンク先を参照してください。\n\n| Name                                                                            | Description                              | Version                                                                                                                             |\n| ------------------------------------------------------------------------------- | ---------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |\n| [AiotraQ](https://github.com/toshi-pono/aiotraq/tree/main/libs/aiotraq)         | 非同期リクエスト対応の traQ API ラッパー | [![PyPI - Version](https://img.shields.io/pypi/v/aiotraq?label=aiotraq)](https://pypi.org/project/aiotraq/)                         |\n| [AiotraQ-Bot](https://github.com/toshi-pono/aiotraq/tree/main/libs/bot)         | FastAPI を使った traQ Bot ライブラリ     | [![PyPI - Version](https://img.shields.io/pypi/v/aiotraq-bot?label=aiotraq-bot)](https://pypi.org/project/aiotraq-bot/)             |\n| [AiotraQ-Message](https://github.com/toshi-pono/aiotraq/tree/main/libs/message) | traQ Bot のメッセージ送信ライブラリ      | [![PyPI - Version](https://img.shields.io/pypi/v/aiotraq-message?label=aiotraq-message)](https://pypi.org/project/aiotraq-message/) |\n\n![overview](docs/docs/overview.svg)\n\nドキュメントは [こちら](https://toshi-pono.github.io/aiotraq/docs/intro/)\n\n## Development\n\n### aiotraq\n\nAPI Client の更新: monorepo のプロジェクトルートで以下を実行してください\n\n```bash\npoetry install\nmake api_update\n```\n\n\u003e [!WARNING]\n\u003e `post_webhook` についてはライブラリ未対応のため動的に生成できず、手動で追加しています\n\n## publish\n\n\u003e [!WARNING]\n\u003e work in progress: githubactions でいい感じにしたい\n\n1. monorepo の pyproject.toml に記載されているバージョンを更新して、`$ make write-version`でまとめて更新します\n2. github actions の workflow を実行して、pypi に publish します\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshi-pono%2Faiotraq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoshi-pono%2Faiotraq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshi-pono%2Faiotraq/lists"}