{"id":41883540,"url":"https://github.com/bdunnette/derby-name-scraper","last_synced_at":"2026-01-25T13:16:59.595Z","repository":{"id":43770956,"uuid":"511606871","full_name":"bdunnette/derby-name-scraper","owner":"bdunnette","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-06T23:53:44.000Z","size":21096,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-07T00:17:42.548Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/bdunnette.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":"2022-07-07T16:50:49.000Z","updated_at":"2024-06-06T14:05:53.000Z","dependencies_parsed_at":"2024-06-03T23:59:37.769Z","dependency_job_id":"069f656d-6e5e-4b89-aef9-d1ff137cab27","html_url":"https://github.com/bdunnette/derby-name-scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bdunnette/derby-name-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdunnette%2Fderby-name-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdunnette%2Fderby-name-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdunnette%2Fderby-name-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdunnette%2Fderby-name-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bdunnette","download_url":"https://codeload.github.com/bdunnette/derby-name-scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdunnette%2Fderby-name-scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28753415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T10:25:12.305Z","status":"ssl_error","status_checked_at":"2026-01-25T10:25:11.933Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-25T13:16:59.138Z","updated_at":"2026-01-25T13:16:59.587Z","avatar_url":"https://github.com/bdunnette.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# derby-name-scraper\n\n[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/bdunnette/derby-name-scraper/blob/master/derby_name_scraper.ipynb)\n\nScraping [derby names](https://en.wikipedia.org/wiki/Roller_derby#Derby_names) from publicly-accessible lists\n\n## Description\n\nDownload roller derby names from public sources and save them for further analysis.\n\n## Installation\n\n### Prerequisites\n\n- Python - available from [python.org](https://www.python.org/downloads/) or [Windows Store](https://apps.microsoft.com/detail/9nrwmjp3717k)\n- [pipenv](https://pipenv.pypa.io/en/latest/installation.html)\n\n### Clone the repository\n\n```powershell\ngit clone https://github.com/bdunnette/derby-name-scraper.git\ncd derby-name-scraper\n```\n\n### Install dependencies\n\n```powershell\npipenv install\n```\n\n## Usage\n\nDownload the [WFTDA](https://wftda.com/), [RDR](https://rollerderbyroster.com/), and [DRC](http://www.derbyrollcall.com/) rosters and save them to the data directory:\n\n```powershell\npipenv run python -m luigi --module name_scraper ScrapeWFTDA --local-scheduler\npipenv run python -m luigi --module name_scraper ScrapeRDR --local-scheduler  \npipenv run python -m luigi --module name_scraper ScrapeDRC --local-scheduler  \n```\n\nCombine the rosters into a single file:\n\n```powershell\npipenv run python -m luigi --module name_scraper CombineNames --local-scheduler\n```\n\nGenerate a list of unique names and numbers:\n\n```powershell\npipenv run python -m luigi --module name_scraper NameList --local-scheduler\npipenv run python -m luigi --module name_scraper NumberList --local-scheduler\n```\n\nTo generate an ASCII-only list of names:\n\n```powershell\npipenv run python -m luigi --module name_scraper NameList --ascii-only --local-scheduler\n```\n\nTo generate a tab-separated list of names with numbers:\n\n```powershell\npipenv run python -m luigi --module name_scraper NameNumberList --local-scheduler\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdunnette%2Fderby-name-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdunnette%2Fderby-name-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdunnette%2Fderby-name-scraper/lists"}