{"id":20915425,"url":"https://github.com/lineville/usta-cli","last_synced_at":"2026-04-10T22:36:28.216Z","repository":{"id":63988900,"uuid":"561584495","full_name":"lineville/usta-cli","owner":"lineville","description":"Utility to scrape USTA rankings","archived":false,"fork":false,"pushed_at":"2023-11-24T19:58:39.000Z","size":264,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-19T16:20:41.091Z","etag":null,"topics":["csharp","dotnet","dotnet-tool","scraper","selenium","stats","tennis","usta"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/usta-cli","language":"C#","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/lineville.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"lineville"}},"created_at":"2022-11-04T02:24:39.000Z","updated_at":"2024-12-30T03:14:47.000Z","dependencies_parsed_at":"2023-11-24T20:43:41.483Z","dependency_job_id":null,"html_url":"https://github.com/lineville/usta-cli","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lineville%2Fusta-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lineville%2Fusta-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lineville%2Fusta-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lineville%2Fusta-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lineville","download_url":"https://codeload.github.com/lineville/usta-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243307489,"owners_count":20270263,"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":["csharp","dotnet","dotnet-tool","scraper","selenium","stats","tennis","usta"],"created_at":"2024-11-18T16:14:50.304Z","updated_at":"2025-12-28T22:34:04.250Z","avatar_url":"https://github.com/lineville.png","language":"C#","funding_links":["https://github.com/sponsors/lineville"],"categories":[],"sub_categories":[],"readme":"# USTA CLI 🎾\n\n## [![🚀 Release](https://github.com/lineville/usta-cli/actions/workflows/release.yml/badge.svg)](https://github.com/lineville/usta-cli/actions/workflows/release.yml) [![🧪 CI](https://github.com/lineville/usta-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/lineville/usta-cli/actions/workflows/ci.yml) [![🏆 Check Ranking](https://github.com/lineville/usta-cli/actions/workflows/check_rank.yml/badge.svg)](https://github.com/lineville/usta-cli/actions/workflows/check_rank.yml) ![Nuget](https://img.shields.io/nuget/v/usta-cli)\n\nCommand Line Tool to view current USTA Tennis rankings for a particular player, or view the current standings by section and NTRP level. This tool is completely free ❤️‍🩹 and distributed via the [nuget package manager](https://www.nuget.org/packages/usta-cli). This tool would not be possible without relying on the work done by [Selenium](https://github.com/SeleniumHQ/selenium) and the [USTA](https://usta.com).\n\n## Requirements\n\nInstall [dotnet](https://dotnet.microsoft.com/en-us/download)\n\n## Usage\n\n```console\ndotnet tool install --global usta-cli\nusta-cli \u003ccommand\u003e [options]\n```\n\n## Commands\n\n### `get [options]`\n\nGets a player's current ranking\n\n- `-n | --name ['FIRST LAST']`\n- `-f | --format [SINGLES|DOUBLES]`\n- `-g | --gender [M|F]`\n- `-l | --level [3.0|3.5|4.0|4.5|5.0]`\n- `-s | --section [Eastern|Florida|Hawaii Pacific|Intermountain|Mid-Atlantic|Middle States|Midwest|Missouri Valley|New England|Northern California|Northern|Pacific NW|Southern|Southern California|Southwest|Texas|Unassigned]`\n- `-o | --output [html|json]`\n\n---\n\n### `list [options]`\n\nLists the top players in a given section and level\n\n- `-f | --format [SINGLES|DOUBLES]`\n- `-g | --gender [M|F]`\n- `-l | --level [3.0|3.5|4.0|4.5|5.0]`\n- `-s | --section [Eastern|Florida|Hawaii Pacific|Intermountain|Mid-Atlantic|Middle States|Midwest|Missouri Valley|New England|Northern California|Northern|Pacific NW|Southern|Southern California|Southwest|Texas|Unassigned]`\n- `-o | --output [html|json]`\n- `-t | --top [20|50|100]`\n\n---\n\n### `subscribe [options]`\n\nSubscribes to weekly email updates for a player's rankings\n\n- `-n | --name ['FIRST LAST']`\n- `-f | --format [SINGLES|DOUBLES]`\n- `-g | --gender [M|F]`\n- `-l | --level [3.0|3.5|4.0|4.5|5.0]`\n- `-s | --section [Eastern|Florida|Hawaii Pacific|Intermountain|Mid-Atlantic|Middle States|Midwest|Missouri Valley|New England|Northern California|Northern|Pacific NW|Southern|Southern California|Southwest|Texas|Unassigned]`\n- `-o | --output [html|json]`\n- `-e | --email ['youremail@mail.com']`\n\n---\n\n### `unsubscribe [options]`\n\nUnsubscribes to weekly email updates for a player's rankings\n\n- `-n | --name ['FIRST LAST']`\n- `-f | --format [SINGLES|DOUBLES]`\n- `-g | --gender [M|F]`\n- `-l | --level [3.0|3.5|4.0|4.5|5.0]`\n- `-s | --section [Eastern|Florida|Hawaii Pacific|Intermountain|Mid-Atlantic|Middle States|Midwest|Missouri Valley|New England|Northern California|Northern|Pacific NW|Southern|Southern California|Southwest|Texas|Unassigned]`\n- `-o | --output [html|json]`\n- `-e | --email ['youremail@mail.com']`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flineville%2Fusta-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flineville%2Fusta-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flineville%2Fusta-cli/lists"}