{"id":15012814,"url":"https://github.com/skyfallwastaken/arcade-sniper","last_synced_at":"2026-01-23T09:38:07.862Z","repository":{"id":251376290,"uuid":"836885607","full_name":"SkyfallWasTaken/arcade-sniper","owner":"SkyfallWasTaken","description":"Auto-purchase items in the Hack Club Arcade Shop - powered by Playwright","archived":false,"fork":false,"pushed_at":"2024-08-29T02:21:46.000Z","size":70,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T19:19:49.734Z","etag":null,"topics":["hackclub","nodejs","playwright","typescript"],"latest_commit_sha":null,"homepage":"","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/SkyfallWasTaken.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-08-01T19:00:15.000Z","updated_at":"2024-08-29T02:21:48.000Z","dependencies_parsed_at":"2024-08-27T11:29:05.310Z","dependency_job_id":"05ffa212-b108-4b58-af23-19a7bf668982","html_url":"https://github.com/SkyfallWasTaken/arcade-sniper","commit_stats":{"total_commits":50,"total_committers":2,"mean_commits":25.0,"dds":0.14,"last_synced_commit":"e310b05745fa676b4eef314b9db92b1ef32f6435"},"previous_names":["skyfallwastaken/arcade-sniper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyfallWasTaken%2Farcade-sniper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyfallWasTaken%2Farcade-sniper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyfallWasTaken%2Farcade-sniper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyfallWasTaken%2Farcade-sniper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkyfallWasTaken","download_url":"https://codeload.github.com/SkyfallWasTaken/arcade-sniper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239533064,"owners_count":19654617,"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":["hackclub","nodejs","playwright","typescript"],"created_at":"2024-09-24T19:43:15.506Z","updated_at":"2025-11-07T16:30:33.222Z","avatar_url":"https://github.com/SkyfallWasTaken.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arcade Sniper\n\nArcade Sniper monitors the Hack Club Arcade Shop, and purchases items automatically! It's perfect for getting items as soon as they come back in stock or getting a cheap YubiKey at a 1am sale.\n\n## Configuration\n\nYou'll need to create a few files before you start!\n\n### `contracts.json`\n\n```json\n{\n    \"completed\": []\n}\n```\n\n### `userData.json`\n\nReplace the information with your own.\n\n```json\n{\n    \"firstName\": \"John\",\n    \"lastName\": \"Appleseed\",\n    \"email\": \"j.appleseed@gmail.com\",\n    \"addressLine1\": \"10 Downing St\",\n    \"addressLine2\": \"\",\n    \"city\": \"London\",\n    \"stateOrProvince\": \"Greater London\",\n    \"postalCode\": \"SW1A 2AB\",\n    \"phoneNumber\": \"07911123456\",\n    \"country\": \"United Kingdom\"\n}\n```\n\n### `item_additional_data/{item_id}.json`\n\nAny additional fields you want to set. So for example, the domain name would have this:\n\n```json\n{\n    \"orderNotes\": \"I want skyfall.dev please!\"\n}\n```\n\n### `contracts/{contract_id}.json`\n\n**By default, my contracts will be used.** You should change that!\n\nExample:\n\n```json\n{\n    \"item\": \"yubikey\",\n    \"purchase\": 2,\n    \"maxPrice\": 6\n}\n```\n\n### Environment variables\n\n- `ARCADE_USER_ID`: User ID. It's in the URL when you're in the signed-in view.\n- `FILLOUT_SESSION_TOKEN`: Find it in DevTools\n\n## Running the sniper\n\nTo install dependencies:\n\n```bash\nnpm install\n```\n\nTo run:\n\n```bash\ntsx src/index.ts\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyfallwastaken%2Farcade-sniper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyfallwastaken%2Farcade-sniper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyfallwastaken%2Farcade-sniper/lists"}