{"id":20168545,"url":"https://github.com/manuelandersen/padel-scrapy","last_synced_at":"2026-07-11T01:31:48.814Z","repository":{"id":246302205,"uuid":"820668319","full_name":"manuelandersen/padel-scrapy","owner":"manuelandersen","description":"🕸️ Collects data from padelfip website","archived":false,"fork":false,"pushed_at":"2025-11-14T21:40:49.000Z","size":104,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-14T23:39:35.128Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manuelandersen.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-27T00:08:54.000Z","updated_at":"2025-11-14T21:40:53.000Z","dependencies_parsed_at":"2024-06-27T04:25:39.010Z","dependency_job_id":"a55d259f-6a29-4793-ab0b-4e34bd875c45","html_url":"https://github.com/manuelandersen/padel-scrapy","commit_stats":null,"previous_names":["manuelandersen/padel-scrapy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manuelandersen/padel-scrapy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelandersen%2Fpadel-scrapy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelandersen%2Fpadel-scrapy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelandersen%2Fpadel-scrapy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelandersen%2Fpadel-scrapy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manuelandersen","download_url":"https://codeload.github.com/manuelandersen/padel-scrapy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelandersen%2Fpadel-scrapy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35348376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-10T02:00:06.465Z","response_time":60,"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-11-14T01:08:33.130Z","updated_at":"2026-07-11T01:31:48.790Z","avatar_url":"https://github.com/manuelandersen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## padel-scrapy\n\nThis is a project to scrap data from the [International Padel Federation](https://www.padelfip.com/es/) page. It collects players, tourneys and games information into JSON files.\n\n## Installation\n\n1)  Clone the repository\n\n``` bash\ngit clone https://github.com/manuelandersen/padel-scrapy.git\ncd padel-scrapy\n```\n\n2)  Create a virtual environment (optional but recommended):\n\n``` bash\npython3 -m venv venv\nsource venv/bin/activate\n```\n\n3)  Install the dependencies:\n\n``` bash\npip install -r requirements.txt\n```\n\n## Running the spiders\n\n``` console\n# you need to be inside the padelscraper directory\ncd padelscraper\n\n# to run player spider\nscrapy crawl playerspider \n\n# to run tournament spider\nscrapy crawl tournamentspider\n\n# to run games spider you need to give it a url and the numbers of days played\n# this info can be obtained from the tournamentspider results\nscrapy crawl gamespider -a start_url=\"the_star_url\" -a days_played=days_played\n\n# if you want to store the json file \nscrapy crawl playerspider -O path_to_file.json\n```\n\nIf you prefer not to create a virtual environment, you can use Docker instead.\n\n``` console\n# to build the containe\ndocker build -t scrapy-project .\n\n# to run one of the spiders\ndocker run scrapy-project scrapy crawl tournamentspider\n``` \n\n## Examples\n\nExamples of the way the data look for each spider can be found in the `examples` folder.\n\n## Contributions\n\nWe welcome contributions to improve and expand this project! Whether you're fixing a bug, adding a new feature, or improving documentation, your help is appreciated.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuelandersen%2Fpadel-scrapy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanuelandersen%2Fpadel-scrapy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuelandersen%2Fpadel-scrapy/lists"}