{"id":16591823,"url":"https://github.com/dddlr/taisho","last_synced_at":"2026-04-21T19:02:57.579Z","repository":{"id":223789999,"uuid":"245781068","full_name":"dddlr/taisho","owner":"dddlr","description":"Online dictionary-in-progress and database for a Chinese dialect called Taishanese","archived":false,"fork":false,"pushed_at":"2022-11-26T22:53:24.000Z","size":1807,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T14:52:53.727Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/dddlr.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-08T08:51:03.000Z","updated_at":"2022-06-05T09:34:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"17648938-15a5-4326-92e9-f8e58888ab71","html_url":"https://github.com/dddlr/taisho","commit_stats":null,"previous_names":["dddlr/taisho"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dddlr/taisho","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dddlr%2Ftaisho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dddlr%2Ftaisho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dddlr%2Ftaisho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dddlr%2Ftaisho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dddlr","download_url":"https://codeload.github.com/dddlr/taisho/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dddlr%2Ftaisho/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32105868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"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":[],"created_at":"2024-10-11T23:18:07.815Z","updated_at":"2026-04-21T19:02:57.562Z","avatar_url":"https://github.com/dddlr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Taishanese–Middle Chinese correspondence database\n\nAn online dictionary and database for a Chinese dialect called Taishanese. Uses\nDjango and Postgres.\n\n## How do I set this up?\n\nThis is a personal project, which means that running this on your own machine\nis not supported. However, you might find these instructions helpful.\n\n1. On a Python 3-only system, set up virtualenv.\n\n2. Install the packages in `requirements.txt` (you don't actually need all of these)\nthen update them to latest version\n\n3. Set up database.\n\nThis project expects a postgresql setup. Useful commands:\n\n- `createuser --interactive` as postgres user\n- `createdb taishanese`\n\n4. Set environment variables in `.env` (for Heroku). This is for a dev\nenvironment:\n\n```sh\nDJANGO_SETTINGS_MODULE=taishanese.settings.dev\nSECRET_KEY='secret key here'\nDATABASE_URL='postgresql://username@domain:port/database_name'\nDATABASE_NO_SSL=true\n```\n\nFor a production environment, replace `taishanese.settings.dev` with\n`taishanese.settings.prod`, and remove the `DATABASE_NO_SSL` line.\n\n5. Apply database migrations (`./manage.py migrate`) then load data, praying\neverything works out:\n\n```sh\n$ ./manage.py --exclude=contenttypes --exclude=auth.Permission loaddata [file]\n```\n\n## Helpful commands\n\nMainly for my own purposes.\n\nRunning previous version of PostgreSQL database (in this case, 11):\n\n```sh\n$ /opt/pgsql-11/bin/pg_ctl -D data start\n```\n\nRunning local instance:\n\n```sh\n$ . ./env/bin/activate\n$ export $(cat .env | xargs)\n$ heroku local\n```\n\n## Using manage.py\n\n```sh\n$ export $(xargs \u003c../.env)\n$ cd src\n$ python3 manage.py shell\n# etc...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdddlr%2Ftaisho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdddlr%2Ftaisho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdddlr%2Ftaisho/lists"}