{"id":30522286,"url":"https://github.com/jesewe/hsr-dialogue-skipper","last_synced_at":"2025-10-09T10:38:31.721Z","repository":{"id":310806095,"uuid":"1030314097","full_name":"Jesewe/HSR-Dialogue-Skipper","owner":"Jesewe","description":"A Python script designed to automatically skip dialogue in Honkai: Star Rail.","archived":false,"fork":false,"pushed_at":"2025-08-20T09:31:04.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-20T11:38:49.781Z","etag":null,"topics":["honkai","honkai-star-rail","hsr","pyautogui","python","script"],"latest_commit_sha":null,"homepage":"https://github.com/Jesewe/HSR-Dialogue-Skipper","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/Jesewe.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}},"created_at":"2025-08-01T12:35:50.000Z","updated_at":"2025-08-20T09:31:07.000Z","dependencies_parsed_at":"2025-08-20T11:38:56.500Z","dependency_job_id":"2692b54f-31ab-4f28-8073-b361a286e0c9","html_url":"https://github.com/Jesewe/HSR-Dialogue-Skipper","commit_stats":null,"previous_names":["jesewe/hsr-dialogue-skipper"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Jesewe/HSR-Dialogue-Skipper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jesewe%2FHSR-Dialogue-Skipper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jesewe%2FHSR-Dialogue-Skipper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jesewe%2FHSR-Dialogue-Skipper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jesewe%2FHSR-Dialogue-Skipper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jesewe","download_url":"https://codeload.github.com/Jesewe/HSR-Dialogue-Skipper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jesewe%2FHSR-Dialogue-Skipper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001270,"owners_count":26083040,"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-09T02:00:07.460Z","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":["honkai","honkai-star-rail","hsr","pyautogui","python","script"],"created_at":"2025-08-26T18:52:35.376Z","updated_at":"2025-10-09T10:38:31.707Z","avatar_url":"https://github.com/Jesewe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Honkai Star Rail Dialogue Skipper\n\n## Description\n\nA Python script designed to automate dialogue skipping in _Honkai: Star Rail_ by simulating mouse clicks at specified screen coordinates. The script offers a CLI interface with configurable settings, multiple resolution support, and safety features to prevent unintended behavior. **Note**: Using third-party automation tools may risk account suspension or bans; use at your own discretion.\n\n## Features\n\n- **Auto-Clicking**: Toggle dialogue skipping with a configurable hotkey (default: F6).\n- **Pause/Resume**: Pause or resume clicking with a dedicated hotkey (default: F7).\n- **Emergency Stop**: Instantly stop the script with a hotkey (default: F8) or by moving the mouse to the top-left corner (PyAutoGUI failsafe).\n- **Resolution Support**: Predefined coordinates for common resolutions (1280x720, 1366x768, 1600x900, 1920x1080, 2560x1440, 3840x2160) or custom coordinates.\n- **Configurable Settings**:\n  - Adjustable click interval (default: 0.01s, ~100 clicks/sec).\n  - Auto-stop timer (default: 120 seconds) to prevent infinite clicking.\n  - Toggleable click counter and elapsed time display.\n- **Admin Elevation**: Automatically requests administrator privileges for in-game functionality (Windows only).\n- **Colored Console**: Uses `colorama` for clear, color-coded status updates (Active/Paused/Ready) with click statistics and remaining time.\n- **Configuration Persistence**: Saves settings (hotkeys, coordinates, etc.) to `dialogue_skipper_config.json` for reuse.\n- **Logging**: Records actions, errors, and session statistics to `dialogue_skipper.log` for debugging.\n- **Interactive Menu**: User-friendly menu for configuring click positions, hotkeys, and other settings.\n\n## Installation\n\n1. **Install Python**: Ensure Python 3.7 or later is installed ([Download Python](https://www.python.org/downloads/)).\n2. **Install Dependencies**: Open a terminal and run:\n   ```bash\n   pip install pyautogui keyboard colorama\n   ```\n3. **Download the Script**: Save `dialogue_skipper.py` to a directory.\n4. **Run the Script**:\n   - Double-click `dialogue_skipper.py` or run `python dialogue_skipper.py` in a terminal.\n   - Approve the User Account Control (UAC) prompt for admin privileges (Windows only).\n5. **Usage**:\n   - From the main menu, select options to configure click position, hotkeys, or view settings.\n   - Choose a predefined resolution or enter custom coordinates.\n   - Press the start/stop hotkey (default: F6) to begin auto-clicking.\n   - Use the pause/resume hotkey (default: F7) to temporarily halt clicking.\n   - Press the emergency stop hotkey (default: F8) or move the mouse to the top-left corner to stop immediately.\n   - Monitor real-time status (click count, rate, elapsed time) in the console.\n   - The script stops automatically after the configured auto-stop time (default: 120 seconds).\n6. **Check Logs**: View `dialogue_skipper.log` in the script's directory for detailed activity logs and error details.\n7. **Configuration**: Adjust settings via the interactive menu or edit `dialogue_skipper_config.json` directly.\n\n**Note**: Coordinates are approximate and may require adjustment for your setup. Test custom coordinates if dialogue skipping fails. Ensure the game is running in the correct resolution.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjesewe%2Fhsr-dialogue-skipper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjesewe%2Fhsr-dialogue-skipper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjesewe%2Fhsr-dialogue-skipper/lists"}