{"id":22944871,"url":"https://github.com/mfa/wandrer-earth-to-sqlite","last_synced_at":"2025-07-06T22:37:45.552Z","repository":{"id":235468318,"uuid":"729643405","full_name":"mfa/wandrer-earth-to-sqlite","owner":"mfa","description":"convert wandrer.earth Your Points xlsx to sqlite","archived":false,"fork":false,"pushed_at":"2023-12-09T21:57:55.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T21:49:13.567Z","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/mfa.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}},"created_at":"2023-12-09T21:57:21.000Z","updated_at":"2023-12-09T21:57:58.000Z","dependencies_parsed_at":"2024-04-23T14:02:11.393Z","dependency_job_id":null,"html_url":"https://github.com/mfa/wandrer-earth-to-sqlite","commit_stats":null,"previous_names":["mfa/wandrer-earth-to-sqlite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mfa/wandrer-earth-to-sqlite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Fwandrer-earth-to-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Fwandrer-earth-to-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Fwandrer-earth-to-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Fwandrer-earth-to-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfa","download_url":"https://codeload.github.com/mfa/wandrer-earth-to-sqlite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Fwandrer-earth-to-sqlite/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263984861,"owners_count":23539764,"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-12-14T14:28:26.009Z","updated_at":"2025-07-06T22:37:45.491Z","avatar_url":"https://github.com/mfa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## wandrer-earth-to-sqlite\n\nConvert [wandrer.earth your points](https://wandrer.earth/dashboard/stats) xlsx file to sqlite to query in [Datasette](https://datasette.io/).\n\nMore info in this blogpost: \u003chttps://madflex.de/view-wandrer-earth-your-points-in-sql/\u003e.\n\n### requirements\n\n```\nopenpyxl\npandas\nsqlite-utils\n```\n\noptional:\n```\ndatasette\n```\n\n\n### run\n\nDownload Your Points xslx file from \u003chttps://wandrer.earth/dashboard/stats\u003e, i.e. ``earth-09-12-23.xlsx``\n```\npython convert.py earth-09-12-23.xlsx\n```\n\nView newly created database with datasette:\n```\ndatasette earth-09-12-23.db\n```\nBrowse to \u003chttp://localhost:8001\u003e\n\n### Example Queries:\n\nList of all Monthly achievements ordered by points:\n```sql\nSELECT full_name, name, points, updated FROM champions ORDER BY points DESC\n```\n\nRegions near to 25%:\n```sql\nSELECT pure_name, full_name, completed_in_km, percentage,\ndistance_to_25_in_km, distance_to_50_in_km, distance_to_75_in_km\nFROM points WHERE percentage \u003c 25 ORDER BY distance_to_25_in_km\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfa%2Fwandrer-earth-to-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfa%2Fwandrer-earth-to-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfa%2Fwandrer-earth-to-sqlite/lists"}