{"id":24757527,"url":"https://github.com/ulyssear/scrap_retroachievements","last_synced_at":"2026-04-13T21:03:47.633Z","repository":{"id":172312459,"uuid":"584196942","full_name":"ulyssear/scrap_retroachievements","owner":"ulyssear","description":"Bot scraper of metacritic which retrieving platforms and video games","archived":false,"fork":false,"pushed_at":"2023-06-11T21:12:46.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T15:39:48.363Z","etag":null,"topics":["github-workflow","nodejs","puppeteer","scraper"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ulyssear.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-01-01T19:39:41.000Z","updated_at":"2023-06-11T21:13:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c93124c-8b34-4c1d-a4a2-5dee7c0d032c","html_url":"https://github.com/ulyssear/scrap_retroachievements","commit_stats":null,"previous_names":["ulyssear/scrap_retroachievements"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulyssear%2Fscrap_retroachievements","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulyssear%2Fscrap_retroachievements/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulyssear%2Fscrap_retroachievements/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulyssear%2Fscrap_retroachievements/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ulyssear","download_url":"https://codeload.github.com/ulyssear/scrap_retroachievements/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245078133,"owners_count":20557279,"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":["github-workflow","nodejs","puppeteer","scraper"],"created_at":"2025-01-28T15:31:42.390Z","updated_at":"2026-04-13T21:03:47.606Z","avatar_url":"https://github.com/ulyssear.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Retroachievements bot scraper\n\n## Installation\n\n1. Clone the repository\n\n```bash\ngit clone \u003curl-of-this-repository\u003e\n```\n\n2. Install the dependencies with npm\n\n```bash\nnpm install\n```\n\n3. Fix Puppeteer by launching the following command (powershell or bash, not cmd)\n\n```bash\n./bin/init\n```\n\n## Usage\n\n| Parameter | Description | Default value |\n| --- | --- | --- |\n| bot_name | Name of the bot | 'retroachievements' |\n| date | Date of the data | Date with this format : \"2023-01-01\" |\n| root_path | Root path of the project | path.resolve('.') |\n| data_directory | Directory where the data will be stored | 'data' |\n| executable_path | Path to the executable | '' |\n| os | Operating system | OS |\n| executable | Executable | 'chrome' |\n| headless | Headless mode | 'true' |\n| start | Index of first task | 0 |\n| end | Index of last task | -1 |\n\n\nAvailable browsers :\n\n| Name | Value |\n| --- | --- |\n| Chrome | 'chrome' |\n| Edge | 'edge' |\n| Firefox | 'firefox' |\n\nAvailable operating systems :\n\n| Name | Value |\n| --- | --- |\n| Windows | 'windows' |\n| Linux | 'linux' |\n| Mac | 'mac' |\n\n\n\nExample :\n\nTo execute the script with edge as browser on the current operating system :\n\n```bash\nnode index.js --executable=\"edge\"\n```\n\nTo execute the script with chrome headless on linux :\n\n```bash\nnode index.js --executable=\"chrome\" --headless=\"true\" --os=\"linux\"\n```\n\nTo execute a chunk of tasks (from the tenth to the twentieth task):\n\n```bash\nnode index.js --start=10 --end=20\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulyssear%2Fscrap_retroachievements","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulyssear%2Fscrap_retroachievements","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulyssear%2Fscrap_retroachievements/lists"}