{"id":18136245,"url":"https://github.com/purarue/grouvee_export","last_synced_at":"2025-09-17T12:10:12.695Z","repository":{"id":48474791,"uuid":"370010798","full_name":"purarue/grouvee_export","owner":"purarue","description":"a (partial) grouvee (a video game database website) data exporter/parser","archived":false,"fork":false,"pushed_at":"2025-09-06T02:53:03.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-06T04:23:09.637Z","etag":null,"topics":["backup","grouvee","selenium","webscraping"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/purarue.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}},"created_at":"2021-05-23T09:29:30.000Z","updated_at":"2025-09-06T02:53:06.000Z","dependencies_parsed_at":"2022-08-24T07:40:21.451Z","dependency_job_id":"c97a07f6-69fa-48f9-8514-126e32780390","html_url":"https://github.com/purarue/grouvee_export","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/purarue/grouvee_export","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purarue%2Fgrouvee_export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purarue%2Fgrouvee_export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purarue%2Fgrouvee_export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purarue%2Fgrouvee_export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purarue","download_url":"https://codeload.github.com/purarue/grouvee_export/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purarue%2Fgrouvee_export/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275591684,"owners_count":25492266,"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","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"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":["backup","grouvee","selenium","webscraping"],"created_at":"2024-11-01T14:41:24.251Z","updated_at":"2025-09-17T12:10:12.672Z","avatar_url":"https://github.com/purarue.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grouvee_export\n\nThis is a partial [grouvee](https://www.grouvee.com/) (a video game database website) exporter.\n\nTo save your data from Grouvee:\n\n1. Need to login with Grouvee Username/Password\n1. Go to \u003chttps://www.grouvee.com/export/\u003e\n1. Get the download link sent to your email to download the CSV export\n\nThe python script installed here handles the first 2 steps, but the last depends on if you have some way to access your email programmatically. Personally, I use the script in [`bin`](./bin), running it once [evry 2 months](https://github.com/purarue/dotfiles/blob/53919cd438659960dd71177f9cfc4ee27007562e/.local/scripts/linux/housekeeping#L46)\n\nThis also includes a command to parse the resulting CSV file, once you've downloaded it to your computer\n\n## Installation\n\nRequires `python3.10+`\n\nTo install with pip, run:\n\n    python3 -m pip install git+https://github.com/purarue/grouvee_export\n\nRequires a chromedriver binary. See [here](https://gist.github.com/purarue/709a824b8c56ea22dbf4e86a7804287d)\n\n## Usage\n\nExpects a file at `~/.local/share/grouvee.yaml` like\n\n```yaml\nusername: grouveeUsername\npassword: grouveePassword\n```\n\nThen run: `python3 -m grouvee_export export -c /path/to/chromedriver` -- which logs you in using your credentials and goes to the export page. After about 10 minutes, an email should be sent to you with a link to the CSV file\n\nAfter you've downloaded the CSV file, you can use the `python3 -m grouvee_export parse` command to parse the export:\n\n```\n $ python3 -m grouvee_export parse ~/data/grouvee/1621762287.csv | jq '.[0]'\n{\n  \"grouvee_id\": 199,\n  \"name\": \"FIFA Soccer 07\",\n  \"url\": \"https://www.grouvee.com/games/199-fifa-soccer-07/\",\n  \"giantbomb_id\": 37,\n  \"release_date\": \"2006-10-17\",\n  \"rating\": 2,\n  \"review\": null,\n  \"shelves\": [\n    {\n      \"name\": \"Played\",\n      \"added\": \"2017-01-31T14:30:39+00:00\",\n      \"url\": \"https://www.grouvee.com/user/purplepinapples/shelves/106920-played/\"\n    }\n  ],\n  \"genres\": {\n    \"Simulation\": \"https://www.grouvee.com/games/?genre=simulation\",\n    \"Soccer\": \"https://www.grouvee.com/games/?genre=soccer\",\n    \"Sports\": \"https://www.grouvee.com/games/?genre=sports\"\n  },\n  \"franchises\": {\n    \"FIFA\": \"https://www.grouvee.com/games/franchise/76-fifa/\"\n  },\n  \"developers\": {\n    \"EA Canada\": \"https://www.grouvee.com/games/?developer=ea-canada\"\n  },\n  \"publishers\": {\n    \"Electronic Arts\": \"https://www.grouvee.com/games/?publisher=electronic-arts\"\n  }\n}\n```\n\n### Tests\n\n```bash\ngit clone 'https://github.com/purarue/grouvee_export'\ncd ./grouvee_export\npip install mypy\nmypy ./grouvee_export\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurarue%2Fgrouvee_export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurarue%2Fgrouvee_export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurarue%2Fgrouvee_export/lists"}