{"id":24685102,"url":"https://github.com/breadybred/codewars-rank-fetcher","last_synced_at":"2026-02-19T11:32:52.631Z","repository":{"id":273248976,"uuid":"919100650","full_name":"BreadyBred/codewars-rank-fetcher","owner":"BreadyBred","description":"This Python GUI application simplifies the process of fetching and storing your Codewars ranking data across various categories. It provides a user-friendly interface for configuration and displays retrieved ranks in a clear format.","archived":false,"fork":false,"pushed_at":"2025-01-26T00:42:30.000Z","size":31972,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T15:17:47.339Z","etag":null,"topics":["codewars","gui","python","web-scraping","web-scraping-python"],"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/BreadyBred.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":"2025-01-19T17:53:15.000Z","updated_at":"2025-01-26T00:43:02.000Z","dependencies_parsed_at":"2025-01-19T19:30:37.895Z","dependency_job_id":"60e0ad87-7aa6-441e-afcc-7b875ebbfdf9","html_url":"https://github.com/BreadyBred/codewars-rank-fetcher","commit_stats":null,"previous_names":["breadybred/codewars_rank_fetcher","breadybred/codewars-rank-fetcher"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreadyBred%2Fcodewars-rank-fetcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreadyBred%2Fcodewars-rank-fetcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreadyBred%2Fcodewars-rank-fetcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreadyBred%2Fcodewars-rank-fetcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BreadyBred","download_url":"https://codeload.github.com/BreadyBred/codewars-rank-fetcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244868002,"owners_count":20523581,"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":["codewars","gui","python","web-scraping","web-scraping-python"],"created_at":"2025-01-26T15:17:52.566Z","updated_at":"2026-02-19T11:32:52.603Z","avatar_url":"https://github.com/BreadyBred.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codewars Rank Fetcher\n\nThe **Codewars Rank Fetcher** is a user-friendly desktop application that automates the process of retrieving and storing your Codewars rankings. It provides a convenient way to display your achievements and track your progress for portfolios, resumes, or personal websites.\n\n## Key Features\n\n- **Dynamic Data Retrieval:** Fetches leaderboard data directly from Codewars using the `requests` library, ensuring your ranks are always up-to-date.\n- **Flexible Configuration:**\n  - Specify your Codewars username.\n  - Select specific categories to track or track all categories.\n  - Option to hide empty ranks.\n  - Option to sort ranks from highest to lowest.\n- **JSON Storage:** Saves your ranks and user data in a structured JSON file (`output/output.json`) for easy access and future use.\n- **User-Friendly GUI:** Built with `tkinter`, the application provides an intuitive interface for configuring and running the rank-fetching process.\n\n## Why Use This Application?\n\nThis application is perfect for Codewars users who want to effortlessly track their ranking progress across various programming languages and categories. Whether you're preparing for a job interview, updating your portfolio, or just curious about your progress, this tool makes it easy to gather and organize your Codewars achievements.\n\n---\n\n## Getting Started\n\n1. **Download the Executable:**\n   - Download the `codewars_rank_fetcher.exe` file from the [Releases](https://github.com/BreadyBred/codewars-rank-fetcher/releases) section of this repository.\n\n2. **Run the Application:**\n   - Double-click the `codewars_rank_fetcher.exe` file to launch the application.\n\n3. **Configure and Fetch Ranks:**\n   - Enter your Codewars username.\n   - Select the categories you want to track (or leave all selected to track everything).\n   - Choose whether to hide empty ranks and/or sort ranks.\n   - Click the **Fetch Ranks** button to start the process.\n\n4. **View the Results:**\n   - Once the process is complete, your ranks and user data will be saved in the `output/output.json` file.\n\n---\n\n### Example Output\n\nAfter running the application, the `output/output.json` file will contain your Codewars data in the following format:\n\n```json\n{\n\t\"YourUsername\": {\n\t\t\"user_data\": {\n\t\t\t\"honor\": 1796,\n\t\t\t\"leaderboard_position\": 11049,\n\t\t\t\"total_completed\": 124,\n\t\t\t\"languages_scores\": {\n\t\t\t\t\"javascript\": 811,\n\t\t\t\t\"php\": 2830,\n\t\t\t\t\"python\": 418,\n\t\t\t\t\"riscv\": 21\n\t\t\t}\n\t\t},\n\t\t\"ranks\": {\n\t\t\t\"RISC-V\": 35,\n\t\t\t\"PHP\": 60\n\t\t}\n\t}\n}\n```\n\n## How It Works\n\n1. Username Validation:\n    * The application first validates your Codewars username by fetching your profile data from the Codewars API.\n2. Rank Fetching:\n    * For each selected category, the application fetches your rank from the Codewars leaderboard using web scraping techniques.\n3. Data Storage:\n    * Your ranks and user data are saved in a JSON file (output/output.json) for easy access and integration into other projects.\n\n## Requirements\n\t\nNo additional requirements. Just download and run the .EXE file.\n\n## Support\n\nIf you encounter any issues or have questions, please open an issue [here](https://github.com/BreadyBred/codewars-rank-fetcher/issues).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreadybred%2Fcodewars-rank-fetcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreadybred%2Fcodewars-rank-fetcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreadybred%2Fcodewars-rank-fetcher/lists"}