{"id":15528156,"url":"https://github.com/simonsdave/gaming-spiders","last_synced_at":"2026-02-11T10:02:28.801Z","repository":{"id":33447175,"uuid":"37092547","full_name":"simonsdave/gaming-spiders","owner":"simonsdave","description":"Collection of Cloudfeaster spiders for various gaming services","archived":false,"fork":false,"pushed_at":"2022-10-23T14:18:34.000Z","size":272,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T21:34:36.783Z","etag":null,"topics":[],"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/simonsdave.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/contributing.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-08T21:01:29.000Z","updated_at":"2022-01-10T03:17:27.000Z","dependencies_parsed_at":"2023-01-15T00:57:31.578Z","dependency_job_id":null,"html_url":"https://github.com/simonsdave/gaming-spiders","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/simonsdave/gaming-spiders","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsdave%2Fgaming-spiders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsdave%2Fgaming-spiders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsdave%2Fgaming-spiders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsdave%2Fgaming-spiders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonsdave","download_url":"https://codeload.github.com/simonsdave/gaming-spiders/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsdave%2Fgaming-spiders/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269794095,"owners_count":24476740,"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-08-10T02:00:08.965Z","response_time":71,"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":[],"created_at":"2024-10-02T11:11:03.410Z","updated_at":"2026-02-11T10:02:28.776Z","avatar_url":"https://github.com/simonsdave.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gaming-spiders\n\n![Maintained](https://img.shields.io/maintenance/yes/2022.svg)\n[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)\n[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/)\n[![CodeFactor](https://www.codefactor.io/repository/github/simonsdave/gaming-spiders/badge/master)](https://www.codefactor.io/repository/github/simonsdave/gaming-spiders/overview/master)\n[![CircleCI](https://circleci.com/gh/simonsdave/gaming-spiders.svg?style=shield)](https://circleci.com/gh/simonsdave/gaming-spiders)\n[![docker-simonsdave/gaming-spiders](https://img.shields.io/badge/docker-simonsdave%2Fgaming--spiders-blue.svg)](https://hub.docker.com/r/simonsdave/gaming-spiders)\n\nA collection of [Cloudfeaster](https://github.com/simonsdave/cloudfeaster)\nspiders for various gaming services.\n\n## Getting Started\n\nFirst follow [these](dev_env/README.md) instructions to get your development environment setup.\n\nNow let's run one of the spiders.\n\n```bash\n~\u003e run-spider.sh gamehouseonlinegames.py | jq .\n{\n  \"1\": {\n    \"title\": \"TextTwist 2\",\n    \"link\": \"https://www.gamehouse.com/online-games/texttwist-2\"\n  },\n  \"2\": {\n    \"title\": \"Daily Mahjong\",\n    \"link\": \"https://www.gamehouse.com/online-games/daily-mahjong\"\n  },\n  \"3\": {\n    \"title\": \"Bubblez!\",\n    \"link\": \"https://www.gamehouse.com/online-games/bubblez!\"\n  },\n  \"4\": {\n    \"title\": \"Rainforest Adventure\",\n    \"link\": \"https://www.gamehouse.com/online-games/rainforest-adventure\"\n  },\n  \"5\": {\n    \"title\": \"Jewel Quest\",\n    \"link\": \"https://www.gamehouse.com/online-games/jewel-quest\"\n  },\n  \"6\": {\n    \"title\": \"Snow Queen 2\",\n    \"link\": \"https://www.gamehouse.com/online-games/snow-queen-2\"\n  },\n  \"7\": {\n    \"title\": \"Rummy\",\n    \"link\": \"https://www.gamehouse.com/online-games/rummy\"\n  },\n  \"8\": {\n    \"title\": \"Mah Jong Medley\",\n    \"link\": \"https://www.gamehouse.com/online-games/mah-jong-medley\"\n  },\n  \"9\": {\n    \"title\": \"Mahjong The Endless Journey\",\n    \"link\": \"https://www.gamehouse.com/online-games/mahjong-the-endless-journey\"\n  },\n  \"10\": {\n    \"title\": \"Mahjongg Gardens\",\n    \"link\": \"https://www.gamehouse.com/online-games/mahjongg-gardens\"\n  },\n  \"_metadata\": {\n    \"status\": {\n      \"code\": 0,\n      \"message\": \"Ok\"\n    },\n    \"spider\": {\n      \"name\": \"gamehouseonlinegames.py\",\n      \"version\": \"sha256:a0717e4bef6cf41069b40efc8d6bb6941e5e899231e12d5a1af083c62b74fe1d\"\n    },\n    \"crawlArgs\": [],\n    \"crawlTime\": {\n      \"started\": \"2020-12-29T21:30:46.707601+00:00\",\n      \"durationInMs\": 3957\n    }\n  },\n  \"_debug\": {\n    \"screenshot\": \"/var/folders/zc/51nmqy_93559vqw_1y526y240000gn/T/tmp.ConMqmqP/screenshot.png\",\n    \"crawlLog\": \"/var/folders/zc/51nmqy_93559vqw_1y526y240000gn/T/tmp.ConMqmqP/crawl-log.txt\",\n    \"chromeDriverLog\": \"/var/folders/zc/51nmqy_93559vqw_1y526y240000gn/T/tmp.ConMqmqP/chromedriver-log.txt\"\n  }\n}\n~\u003e\n```\n\n## What Next\n\n* see [this](https://github.com/simonsdave/cloudfeaster/blob/master/docs/story.md) for some background on the Cloudfeaster project\n* see [these](docs/contributing.md) instructions\n  describe how to setup your development environment and\n  start contributing to these spiders\n* [this](https://github.com/simonsdave/cloudfeaster/blob/master/docs/spider_authors.md) describes\n  how to author spiders using Cloudfeaster\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonsdave%2Fgaming-spiders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonsdave%2Fgaming-spiders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonsdave%2Fgaming-spiders/lists"}