{"id":22002930,"url":"https://github.com/rssnyder/survivor-tracker","last_synced_at":"2026-05-07T07:31:55.138Z","repository":{"id":228496047,"uuid":"774134614","full_name":"rssnyder/survivor-tracker","owner":"rssnyder","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-26T22:13:21.000Z","size":27,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T23:20:51.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rssnyder.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":"2024-03-19T02:08:12.000Z","updated_at":"2024-10-18T16:30:41.000Z","dependencies_parsed_at":"2024-11-15T05:45:36.161Z","dependency_job_id":null,"html_url":"https://github.com/rssnyder/survivor-tracker","commit_stats":null,"previous_names":["rssnyder/survivor-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rssnyder%2Fsurvivor-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rssnyder%2Fsurvivor-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rssnyder%2Fsurvivor-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rssnyder%2Fsurvivor-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rssnyder","download_url":"https://codeload.github.com/rssnyder/survivor-tracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245061390,"owners_count":20554563,"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","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-29T23:42:06.320Z","updated_at":"2026-05-07T07:31:55.100Z","avatar_url":"https://github.com/rssnyder.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\ncreate database survivor;\ncreate table survivorLog (\n  id SERIAL PRIMARY KEY,\n  username VARCHAR(64) NOT NULL,\n  season int NOT NULL,\n  episode int NOT NULL,\n  position int NOT NULL,\n  timestamp TIMESTAMP\n);\ncreate user jeff with encrypted password 'xxx';\ngrant all privileges on database survivor to jeff;\ngrant all privileges on survivorLog to jeff;\ngrant all ON survivorLog_id_seq to jeff;\n```\n\n```\nexport DB_HOST=192.168.0.3\nexport DB_DB=survivor\nexport DB_USER=jeff\nexport DB_PASS=xxxxx\n\nexport SIGNAL_API=http://192.168.254.11\nexport SIGNAL_FROM='+14808407117'\nexport SIGNAL_TO='+15159792049'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frssnyder%2Fsurvivor-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frssnyder%2Fsurvivor-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frssnyder%2Fsurvivor-tracker/lists"}