{"id":29274403,"url":"https://github.com/lucianmarin/subreply","last_synced_at":"2026-01-19T02:04:32.004Z","repository":{"id":295109703,"uuid":"271893901","full_name":"lucianmarin/subreply","owner":"lucianmarin","description":"Tiny, but mighty social network.","archived":false,"fork":false,"pushed_at":"2026-01-18T04:41:13.000Z","size":2309,"stargazers_count":186,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-18T04:54:08.603Z","etag":null,"topics":["django","falcon","postgresql","python"],"latest_commit_sha":null,"homepage":"https://subreply.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucianmarin.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-06-12T21:33:22.000Z","updated_at":"2026-01-13T13:14:17.000Z","dependencies_parsed_at":"2025-05-23T17:54:08.180Z","dependency_job_id":"00a37dee-7fab-4577-9138-cacf1f1d87c4","html_url":"https://github.com/lucianmarin/subreply","commit_stats":null,"previous_names":["lucianmarin/subreply"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucianmarin/subreply","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucianmarin%2Fsubreply","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucianmarin%2Fsubreply/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucianmarin%2Fsubreply/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucianmarin%2Fsubreply/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucianmarin","download_url":"https://codeload.github.com/lucianmarin/subreply/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucianmarin%2Fsubreply/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28557784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T00:46:33.223Z","status":"online","status_checked_at":"2026-01-19T02:00:08.049Z","response_time":67,"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":["django","falcon","postgresql","python"],"created_at":"2025-07-05T04:01:42.750Z","updated_at":"2026-01-19T02:04:31.999Z","avatar_url":"https://github.com/lucianmarin.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Subreply\n\nTiny, but mighty social network. Create an account at https://subreply.com.\n\n## Install\n\nInstall PostgreSQL server at 6432 port and `createdb subreply` then:\n\n```shell\npip3 install -r requirements.txt\npython3 manage.py migrate\n```\n\nCreate `project/local.py` file and generate `SIGNATURE` for it:\n\n```python\nfrom cryptography.fernet import Fernet\nSIGNATURE = Fernet.generate_key()\n```\n\nLaunch the app at http://localhost:8000 with:\n\n```shell\ngunicorn router:app\n```\n\n## Styleguide\n\n- easy to read and easy to modify\n- no useless abstractions\n- speed of 50ms or lower for each request\n\n\n## License\n\n- ideal to use as internal social network in any organization\n- easy to install and easy to maintain\n- cost depends on level of support needed\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucianmarin%2Fsubreply","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucianmarin%2Fsubreply","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucianmarin%2Fsubreply/lists"}