{"id":20971494,"url":"https://github.com/amanoteam/comments","last_synced_at":"2025-05-14T11:33:48.067Z","repository":{"id":225014406,"uuid":"190394601","full_name":"AmanoTeam/comments","owner":"AmanoTeam","description":"A simple Python wrapper for the https://comments.bot API.","archived":false,"fork":false,"pushed_at":"2020-09-25T15:14:37.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-25T07:52:57.434Z","etag":null,"topics":["api","api-wrapper","comments","python","python-library","python-wrapper","python3","telegram","urllib3","wrapper"],"latest_commit_sha":null,"homepage":"","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/AmanoTeam.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}},"created_at":"2019-06-05T12:55:58.000Z","updated_at":"2020-09-25T15:14:40.000Z","dependencies_parsed_at":"2024-02-28T21:47:03.281Z","dependency_job_id":"2c96ab7a-6d9f-4d04-bd7f-650b2c3cd532","html_url":"https://github.com/AmanoTeam/comments","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"a30a17fe34e488e708acbc341bf85c7ed39cb27c"},"previous_names":["amanoteam/comments"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanoTeam%2Fcomments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanoTeam%2Fcomments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanoTeam%2Fcomments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanoTeam%2Fcomments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmanoTeam","download_url":"https://codeload.github.com/AmanoTeam/comments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254131906,"owners_count":22020040,"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":["api","api-wrapper","comments","python","python-library","python-wrapper","python3","telegram","urllib3","wrapper"],"created_at":"2024-11-19T04:02:27.480Z","updated_at":"2025-05-14T11:33:47.807Z","avatar_url":"https://github.com/AmanoTeam.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# comments\n![PyPi](https://img.shields.io/pypi/v/comments.svg)\n![Python 3](https://img.shields.io/badge/Python-3-2255cc.svg)\n\nA simple Python wrapper for the https://comments.bot API.\n\n## Basic usage\n\n```python\nimport comments\n\nclient = comments.Client(\"YOUR_API_KEY_HERE\", owner_id=YOUR_USER_ID_HERE)\n\npost = client.createPost(type=\"text\", text=\"Hello world\")\n\nprint(post.post_id)\nprint(post.link)\n```\n##### You will get something like this:\n\n```\nxxxxxxxx\nhttps://comments.bot/thread/xxxxxxxx\n```\n\n### createPost() arguments:\n\n#### owner_id:\nrequired if not passed on Client.\n\n#### type:\nmust be `text` or `photo`. `text` is used by default if not specified.\n\n#### text:\nrequired if `type` equals to `text`. It must be a string betwen 0-4056 characters.\n\n#### photo_url:\nrequired if `type` equals to `photo`. It must be a string containing a link to the image.\n\n#### caption:\nCaption for the image. Only valid for `photo` type.\n\n#### parse_mode:\nParse mode for the text/caption. It must be `markdown` or `html`.\n\n#### administrators:\nA string with user_ids (numbers) separated by comma. Example: `123456789,987654321,012345678`.\n\n#### disable_notifications:\nPass True if you don't want to receive notifications about new comments for your post.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanoteam%2Fcomments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famanoteam%2Fcomments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanoteam%2Fcomments/lists"}