{"id":13569513,"url":"https://github.com/motoki317/traq-py","last_synced_at":"2025-03-28T13:41:40.891Z","repository":{"id":57476979,"uuid":"459847354","full_name":"motoki317/traq-py","owner":"motoki317","description":"traQ API Client Library for Python","archived":false,"fork":false,"pushed_at":"2022-02-16T04:23:04.000Z","size":241,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T13:54:16.636Z","etag":null,"topics":["traq","traq-bot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motoki317.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-16T04:07:49.000Z","updated_at":"2023-04-25T14:15:47.000Z","dependencies_parsed_at":"2022-09-12T14:32:45.107Z","dependency_job_id":null,"html_url":"https://github.com/motoki317/traq-py","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motoki317%2Ftraq-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motoki317%2Ftraq-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motoki317%2Ftraq-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motoki317%2Ftraq-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motoki317","download_url":"https://codeload.github.com/motoki317/traq-py/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246040445,"owners_count":20713994,"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:40.903Z","updated_at":"2025-03-28T13:41:40.873Z","avatar_url":"https://github.com/motoki317.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# traq.py\n\n[![PyPI version](https://badge.fury.io/py/traq.svg)](https://badge.fury.io/py/traq)\n\ntraQ v3 API library for Python \u003e= 3.6.\n\n## Generation\n\n```shell\n./generate.sh 3.0.0-0\n# Configure PyPI account and ~/.pypirc\n./upload.sh\n```\n\n## Usage\n\nA quick example of posting message to a channel:\n```python\nfrom traq import ApiClient, Configuration\nfrom traq.api.message_api import MessageApi\nfrom traq.model.post_message_request import PostMessageRequest\n\nif __name__ == '__main__':\n    client = ApiClient(Configuration(access_token=\"your-access-token\"))\n    m_api = MessageApi(client)\n    message = m_api.post_message(\"channel-id\", post_message_request=PostMessageRequest(\"おいす〜\"))\n    print(message)\n```\n\nFor more, see [./out/README.md](./out/README.md)\n\n## References\n\n- https://openapi-generator.tech/docs/generators/python\n- https://packaging.python.org/en/latest/tutorials/packaging-projects/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmotoki317%2Ftraq-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmotoki317%2Ftraq-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmotoki317%2Ftraq-py/lists"}