{"id":17057578,"url":"https://github.com/vogxn/opine","last_synced_at":"2026-02-11T21:02:45.851Z","repository":{"id":50212075,"uuid":"93065547","full_name":"vogxn/opine","owner":"vogxn","description":"Comments without tracking","archived":false,"fork":false,"pushed_at":"2022-12-07T23:57:30.000Z","size":64,"stargazers_count":0,"open_issues_count":16,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-07T08:53:35.806Z","etag":null,"topics":["blogging","disqus","github-apps","github-pages"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vogxn.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}},"created_at":"2017-06-01T14:23:25.000Z","updated_at":"2017-06-09T10:40:26.000Z","dependencies_parsed_at":"2022-08-29T10:41:05.720Z","dependency_job_id":null,"html_url":"https://github.com/vogxn/opine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vogxn/opine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vogxn%2Fopine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vogxn%2Fopine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vogxn%2Fopine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vogxn%2Fopine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vogxn","download_url":"https://codeload.github.com/vogxn/opine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vogxn%2Fopine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29345403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["blogging","disqus","github-apps","github-pages"],"created_at":"2024-10-14T10:27:32.591Z","updated_at":"2026-02-11T21:02:45.835Z","avatar_url":"https://github.com/vogxn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Many blogs are written using github pages - so every blog has an associated git\nrepository. This project is a [Github App](https://developer.github.com/apps/)\nthat provides a [shim](https://en.wikipedia.org/wiki/Shim_(computing)) to post\ncomments from such blogs as comments to issues in the associated git\nrepository.\n\nUserflows\n=========\n\nAdmin\n-----\n- github user installs opine app from the github marketplace\n- after installation opine.io prompts user to register with - blog url, git repo, github handle\n- this completes the installation\n\nCommenter\n---------\n- commenter signs in via github\n- commenter leaves comment\n- opine.io takes comment, associates it as an issue comment on admin's github pages repo\n- opine.io posts comment text as issue comment body\n\n\nREST API\n========\n\nWhen a user goes to a blog and wants to leave a comment, `/login` will redirect\nhim to authenticate using his github credentials. \n\n--\n\n```\nHTTP/1.1 POST /login\nContent-Type: application/json; charset=utf-8\nDate: Mon, 05 Jun 2017 11:52:49 GMT\n\n{\"ghid\": \u003capp-installation-id\u003e}\n```\n\nThis creates an access token behind the scenes for the session.\n\nIn order to comment you have to pass\n\n```\nHTTP/1.1 POST /comment\nContent-Type: application/json; charset=utf-8\nDate: Mon, 05 Jun 2017 11:55:39 GMT\n\n{\"body\": \"my comment here\"}\n```\n\nDevelopment\n===========\n\nYou can run the app locally by setting up the python environment first and then\nstarting a gunicorn server\n\n```\n(virtualenv) ~$ python setup.py install\n(virtualenv) ~$ gunicorn opine:app --log-file -\n\n```\n\nEnhancements\n============\n\n- reCAPTCHA support\n- embedding in static site generators - hugo, jekyll etc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvogxn%2Fopine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvogxn%2Fopine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvogxn%2Fopine/lists"}