{"id":19675545,"url":"https://github.com/notnite/sprouttracker","last_synced_at":"2026-02-12T06:32:00.619Z","repository":{"id":205368852,"uuid":"714075703","full_name":"NotNite/SproutTracker","owner":"NotNite","description":"Dalamud plugin to track game progression","archived":false,"fork":false,"pushed_at":"2024-11-15T17:09:10.000Z","size":55,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-29T02:39:57.184Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/NotNite.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":"2023-11-03T21:35:25.000Z","updated_at":"2024-11-15T17:09:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"10b6e29d-b751-4e0d-8f54-417663ab8be0","html_url":"https://github.com/NotNite/SproutTracker","commit_stats":null,"previous_names":["notnite/sprouttracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NotNite/SproutTracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2FSproutTracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2FSproutTracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2FSproutTracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2FSproutTracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotNite","download_url":"https://codeload.github.com/NotNite/SproutTracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2FSproutTracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29360644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","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":[],"created_at":"2024-11-11T17:24:42.170Z","updated_at":"2026-02-12T06:32:00.605Z","avatar_url":"https://github.com/NotNite.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SproutTracker\n\n[Dalamud](https://github.com/goatcorp/Dalamud) plugin to track game progression.\n\n## Server setup\n\nCreate a .env file in `server/` with the following values:\n\n```ini\nPORT=3000\nDATABASE_URL=\"file:./database.db\"\nDISCORD_TOKEN=\"redacted\"\nADMIN_KEY=\"redacted\"\nXIVAPI_KEY=\"redacted\"\n```\n\nThen, run these commands to build and start the server:\n\n- `npm i -D`\n- `npm run prisma-generate`\n- `npm run build`\n- `npm run prisma-db-push`\n- `NODE_ENV=production npm run start`\n\nThe `ADMIN_KEY` can then be used to create a new user:\n\n```bash\n$ curl -H \"Authorization: Bearer \u003credacted\u003e\" -H \"Content-Type: application/json\" -X POST -d'{\"username\":\"notnite\"}' http://localhost:3000/admin/create\n{\"username\":\"notnite\",\"key\":\"\u003credacted\u003e\"}\n```\n\nThis key can be distributed to your friends to track their progress.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotnite%2Fsprouttracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotnite%2Fsprouttracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotnite%2Fsprouttracker/lists"}