{"id":24143708,"url":"https://github.com/is2ei/typetalk-py","last_synced_at":"2025-07-04T19:35:54.279Z","repository":{"id":62585961,"uuid":"192586840","full_name":"is2ei/typetalk-py","owner":"is2ei","description":"Typetalk API client written in Python","archived":false,"fork":false,"pushed_at":"2019-06-23T16:07:40.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-12T05:28:49.590Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/is2ei.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":"2019-06-18T17:43:12.000Z","updated_at":"2019-06-23T16:07:42.000Z","dependencies_parsed_at":"2022-11-03T22:34:27.690Z","dependency_job_id":null,"html_url":"https://github.com/is2ei/typetalk-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/is2ei%2Ftypetalk-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/is2ei%2Ftypetalk-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/is2ei%2Ftypetalk-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/is2ei%2Ftypetalk-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/is2ei","download_url":"https://codeload.github.com/is2ei/typetalk-py/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241374738,"owners_count":19952580,"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":"2025-01-12T05:28:19.199Z","updated_at":"2025-03-01T14:19:19.201Z","avatar_url":"https://github.com/is2ei.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"typetalk-py\n===\n\n[![PyPI](https://img.shields.io/pypi/v/typetalk.svg)](https://pypi.python.org/pypi/typetalk)\n[![Build Status](https://travis-ci.com/is2ei/typetalk-py.svg?branch=master)](https://travis-ci.com/is2ei/typetalk-py)\n[![Coverage Status](https://coveralls.io/repos/github/is2ei/typetalk-py/badge.svg?branch=master)](https://coveralls.io/github/is2ei/typetalk-py?branch=master)\n\nTypetalk API client written in Python\n\nUsage\n---\n\n#### Simple bot example\n\n```python\nimport os\nimport typetalk\n\nbot = typetalk.Bot(token=os.environ['TYPETALK_TOKEN'])\n\nres = bot.post_message(\n    topic_id=os.environ['TYPETALK_TOPIC_ID'],\n    message='Hello, world!'\n)\nassert res['post']['message'] == 'Hello, world!'\n```\n\nLinks\n---\n\n- [Typetalk API Document](https://developer.nulab.com/docs/typetalk/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fis2ei%2Ftypetalk-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fis2ei%2Ftypetalk-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fis2ei%2Ftypetalk-py/lists"}