{"id":20733681,"url":"https://github.com/waicool20/kaga","last_synced_at":"2025-04-23T22:56:19.862Z","repository":{"id":84750037,"uuid":"76876610","full_name":"waicool20/KAGA","owner":"waicool20","description":"Kancolle Auto Gui App or Kaga - A GUI for the tool over here: https://github.com/mrmin123/kancolle-auto and https://github.com/mrmin123/kcauto-kai","archived":false,"fork":false,"pushed_at":"2019-09-20T13:49:04.000Z","size":3290,"stargazers_count":20,"open_issues_count":3,"forks_count":3,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-23T22:56:03.833Z","etag":null,"topics":["gui","kancolle","kantai-collection"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/waicool20.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-12-19T16:07:49.000Z","updated_at":"2023-02-27T16:08:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbd44323-05bf-4afc-a196-73c9193f5c56","html_url":"https://github.com/waicool20/KAGA","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waicool20%2FKAGA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waicool20%2FKAGA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waicool20%2FKAGA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waicool20%2FKAGA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waicool20","download_url":"https://codeload.github.com/waicool20/KAGA/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250528718,"owners_count":21445513,"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":["gui","kancolle","kantai-collection"],"created_at":"2024-11-17T05:26:34.913Z","updated_at":"2025-04-23T22:56:19.841Z","avatar_url":"https://github.com/waicool20.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KAGA\nKancolle Auto Gui App or KAGA \n\nA GUI for the tool over here: https://github.com/mrmin123/kancolle-auto (Versions below 2.0.0)  \nAnd here: https://github.com/mrmin123/kcauto (Versions 2.0.0 and above)\n\n---\n**ALL WARNINGS/DISCLAIMERS FROM KANCOLLE-AUTO ALSO APPLY HERE,  \nWE SHALL NOT BE HELD LIABLE FOR THE EXCESSIVE SALT CREATED IF YOU ARE BANNED OR FOR YOUR SUNKEN WAIFUS**\n\n---\n\n# Features\n\n- No more hassling with the command line, just click away admiral!\n- More human friendly values instead of pure numbers used to configure KCAuto\n- Profile saving, for easy switching between different routines \n- Automatic restart of KCAuto, ~~KAGA makes sure those subs return to 2-3 even after an internet hiccup!~~ Orel is dead T_T\n- Saves crash logs automatically to \u003cKCAuto Directory\u003e/crashes with details filled in ready for bug reporting\n- Prevents lockscreen(configurable) in case you're too lazy to turn off your screensaver\n- Tooltips to help you configure KCAuto, press Shift Key while hovering over an option to see what it does\n- Statistics to help you know what the script is doing! eg. Buckets used, sorties per hour etc. (See screenshots)\n- Discord integration, basic crash notification and script status queries via YuuBot, a cute bot that resides in our server.\n- Global shortcut key that can be rebinded to start and stop the script even when your mouse is out of control.\n- KC3 Ship list importer for convenience when configuring the ShipSwitcher module.\n\n# Installation and Usage\n\n* A working copy of KAGA:\n    * You can find official releases on the [Release Page](https://github.com/waicool20/KAGA/releases) (Recommended) \n    * You can find per-commit based builds on [AppVeyor](https://ci.appveyor.com/project/waicool20/kaga) (Possibly unstable but bleeding edge)\n    * You can clone and build a copy from the latest commit (Possibly unstable but bleeding edge, instructions below)\n* Install [Java JRE 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html)\n* A working copy of [KCAuto](https://github.com/mrmin123/kcauto)\n\nAfter you install the dependencies, you may run the JAR executable directly, after which you will be presented a screen to configure paths to the Sikuli Script Jar file and the KCAuto Root directory.\nAfter that the main application will start and you may begin configuring and saving profiles for KCAuto, it's pretty straight forward with Kaga as your secretary!\n\n# Help\n\nRefer to the [wiki](https://github.com/waicool20/kaga/wiki) on how to use some features like on how to import ships from KC3 for the ship switcher module\nor how to bind shortcut keys.\n\nIf you have any further questions, you're welcome to contact me on Discord (Invite below)\n\n# Build Instructions\n\nPrerequisites: \n\n* [Java JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) is needed to build KAGA as opposed to Java JRE 8\n* [My Utility Library](https://github.com/waicool20/waicoolUtils), place this inside the project directory, you don't need to do this if you are cloning and pulling all submodules\n\nGit clone instructions: \n\n```bash\ngit clone https://github.com/waicool20/KAGA.git     // Clone repository, replace with ssh url if you prefer that  \ncd KAGA/                                            // Make sure you are in the KAGA directory\ngit submodule update --init --recursive             // Pull all submodules, this includes the utility library\n```\n\nTo build the jar file after cloning/pulling the latest commits, go into the repo directory and run the right command\n\nWindows:\n\n\u003e gradlew.bat\n\nLinux/MacOS:\n\n\u003e ./gradlew\n\nA compiled Jar file which you can execute directly will be generated in the build/libs directory\n\n# Screenshots\n\nLooks may vary on different OS but should run the same regardless, I'm currently running Arch Linux with Arc Dark theme ;) \nIt may also vary between current release and latest commit, so if you want the eye candy learn how to build it from source, it's easy!\n\n\nMain window and debug window showing the console output of both KAGA and KCAuto:\n![Main and Debug window](screenshots/Main_and_Debug_window.png?raw=true)\n\nConfiguring the formations for each node is easy with a dropdown list:\n![Choosing formations](screenshots/Choosing_formations.png?raw=true)\n\nStatistics window for some of you nerds:\n![Statistics window](screenshots/Main_and_Stats_window.png?raw=true)\n\nDiscord integration available via YuuBot on our discord server. Crash notifications and queries can be executed to check on your scripts status. For more information [go check out the wiki page on Discord integration.](https://github.com/waicool20/KAGA/wiki/KAGA-Discord-Integration)\n![Discord integration](screenshots/Discord_Integration.png?raw=true)\n\n# Troubleshooting\n\nCheck out the [Troubleshooting wiki page](https://github.com/waicool20/KAGA/wiki)\n\n# Want to chat?\n\nWant to chat? Or just ask a quick question instead of submitting a full blown issue? Or maybe you just want to share your waifu...\nwell then you're welcome to join us in Discord:\n \n[\u003cimg src=\"https://discordapp.com/assets/fc0b01fe10a0b8c602fb0106d8189d9b.png\" alt=\"alt text\" width=\"200px\"\u003e](https://discord.gg/2tt5Der)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaicool20%2Fkaga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaicool20%2Fkaga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaicool20%2Fkaga/lists"}