{"id":13469258,"url":"https://github.com/isso-comments/isso","last_synced_at":"2025-12-17T03:52:55.302Z","repository":{"id":5104688,"uuid":"6268419","full_name":"isso-comments/isso","owner":"isso-comments","description":"a Disqus alternative","archived":false,"fork":false,"pushed_at":"2025-10-28T20:33:25.000Z","size":3958,"stargazers_count":5194,"open_issues_count":61,"forks_count":447,"subscribers_count":92,"default_branch":"master","last_synced_at":"2025-10-28T20:35:16.435Z","etag":null,"topics":["commenting","disqus","javascript","self-hosted","sqlite3"],"latest_commit_sha":null,"homepage":"https://isso-comments.de","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"AmpersandJS/ampersand-model","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isso-comments.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2012-10-17T20:46:45.000Z","updated_at":"2025-10-28T20:31:53.000Z","dependencies_parsed_at":"2023-07-05T17:00:42.883Z","dependency_job_id":"1e4fc9d5-9c52-4f99-b412-741516898409","html_url":"https://github.com/isso-comments/isso","commit_stats":{"total_commits":1593,"total_committers":133,"mean_commits":"11.977443609022556","dds":0.5706214689265536,"last_synced_commit":"64374a8af978f1cfd4a91875c18a309122c7d9ca"},"previous_names":["isso-comments/isso","posativ/isso"],"tags_count":95,"template":false,"template_full_name":null,"purl":"pkg:github/isso-comments/isso","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isso-comments%2Fisso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isso-comments%2Fisso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isso-comments%2Fisso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isso-comments%2Fisso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isso-comments","download_url":"https://codeload.github.com/isso-comments/isso/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isso-comments%2Fisso/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27776690,"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","status":"online","status_checked_at":"2025-12-17T02:00:08.291Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["commenting","disqus","javascript","self-hosted","sqlite3"],"created_at":"2024-07-31T15:01:30.967Z","updated_at":"2025-12-17T03:52:55.285Z","avatar_url":"https://github.com/isso-comments.png","language":"Python","readme":"# Isso – a commenting server similar to Disqus\n\nIsso – *Ich schrei sonst* – is a lightweight commenting server written in\nPython and JavaScript. It aims to be a drop-in replacement for\n[Disqus](http://disqus.com).\n\n## Features\n\n- **Comments written in Markdown**  \n  Users can edit or delete own comments (within 15 minutes by default).\n  Comments in moderation queue are not publicly visible before activation.\n- **SQLite backend**  \n  *Because comments are not Big Data.*\n- **Disqus \u0026 WordPress Import**  \n  You can migrate your Disqus/WordPress comments without any hassle.\n- **Configurable JS client**  \n  Embed a single JS file, 65kB (20kB gzipped) and you are done.\n\nSee **[isso-comments.de](https://isso-comments.de/)** for a **live demo**, more\ndetails and [documentation](https://isso-comments.de/docs/).\n\n## Screenshot\n\n![Isso in Action](https://user-images.githubusercontent.com/10212877/167268553-3f30b448-25ff-4850-afef-df2f2e599c93.png)\n\n## Getting started\n\n### Requirements\n\n- Python 3.8+ (+ devel headers)\n- SQLite 3.3.8 or later\n- a working C compiler\n\nInstall Isso from [PyPi](https://pypi.python.org/pypi/isso/):\n\n```console\npip install isso\n```\n\nThen, follow the [Quickstart](https://isso-comments.de/docs/guides/quickstart/) guide.\n\nIf you're stuck, follow the [Install guide](https://isso-comments.de/docs/reference/installation/),\nsee [Troubleshooting](https://isso-comments.de/docs/guides/troubleshooting/) and browse\nthe [the full documentation](https://isso-comments.de/docs/).\n\n## Docker\n\n\u003e [!NOTE]  \n\u003e The Docker image tagging scheme for stable releases was changed from `:latest`\n\u003e to `:release` as of March 2024\n\u003e ([#970](https://github.com/isso-comments/isso/pull/970), [#1012](https://github.com/isso-comments/isso/issues/1012))\n\nA [Docker image](https://github.com/isso-comments/isso/pkgs/container/isso) with\nthe latest stable release is provided at `ghcr.io/isso-comments/isso:release`,\nwhile `isso:latest` is rebuilt on every push to the `master` branch. See\n[Using Docker](https://isso-comments.de/docs/reference/installation/#using-docker).\n\nThe maintainers recommend pinning the image to a\n[release tag](https://github.com/isso-comments/isso/pkgs/container/isso), e.g.\n`isso:0.13.0`.\n\n## Contributing\n\n- Pull requests are very much welcome! These might be\n  [good first issues](https://github.com/isso-comments/isso/labels/good-first-issue)\n- See [Ways to Contribute](https://isso-comments.de/docs/contributing/)\n- [Translate](https://isso-comments.de/docs/contributing/#translations)\n\n### Development\n\n\u003c!-- TODO also mention \"Development \u0026 Testing\" section once new docs uploaded --\u003e\nRefer to the docs for\n[Installing from Source](https://isso-comments.de/docs/reference/installation/#install-from-source).\n\n### Help\n\n- Join `#isso` via IRC on [Libera.Chat](https://libera.chat/)\n- Ask a question on [GitHub Discussions](https://github.com/isso-comments/isso/discussions).\n\n## License\n\nMIT, see [LICENSE](LICENSE).\n","funding_links":[],"categories":["Python","Apps"],"sub_categories":["SocialMedia"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisso-comments%2Fisso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisso-comments%2Fisso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisso-comments%2Fisso/lists"}