{"id":18631765,"url":"https://github.com/esotericpig/twandy","last_synced_at":"2025-07-16T21:36:29.748Z","repository":{"id":96103968,"uuid":"363873627","full_name":"esotericpig/twandy","owner":"esotericpig","description":"Twitch bot for playing games.","archived":false,"fork":false,"pushed_at":"2024-09-05T12:33:04.000Z","size":415,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T07:34:26.241Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/esotericpig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2021-05-03T09:06:02.000Z","updated_at":"2024-09-05T12:33:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"14cefbd0-7c30-462b-b2d8-f2c257cc028e","html_url":"https://github.com/esotericpig/twandy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esotericpig%2Ftwandy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esotericpig%2Ftwandy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esotericpig%2Ftwandy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esotericpig%2Ftwandy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esotericpig","download_url":"https://codeload.github.com/esotericpig/twandy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239425427,"owners_count":19636346,"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":[],"created_at":"2024-11-07T05:08:32.859Z","updated_at":"2025-02-18T07:21:03.116Z","avatar_url":"https://github.com/esotericpig.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twandy\n\n[![Source Code](https://img.shields.io/badge/code-github-%23211F1F.svg)](https://github.com/esotericpig/twandy)\n[![License](https://img.shields.io/github/license/esotericpig/twandy.svg)](COPYING.LESSER)\n\nTwitch bot for playing games.\n\n## Setup\n\nInstall **Java 17+** from [Adoptium](https://adoptium.net) or with [SDKMAN!](https://sdkman.io) or whatever.\n\nTODO: Download Release and run.\n\n## Build\n\nInstall **Java 17+** and **Gradle v8.10+** with [SDKMAN!](https://sdkman.io) or whatever.\n\nThe root-level Bash script, [twandy](twandy), will build the Jar (as fast as possible) if it doesn't exist, and then run it. If the Jar already exists, it will not rebuild it.\n\n```\n$ ./twandy\n$ ./twandy --help\n```\n\nOr build manually (use `./gradlew.bat` on Windows):\n\n```\n$ ./gradlew build\n```\n\nThe `twandy` script uses `./gradlew` if it exists, else it uses `gradle`. So if you don't want `twandy` to use `./gradlew`, just delete `./gradlew`.\n\n## Run\n\nRun the app using one of these methods:\n\n```\n## 0) Use the top-level script.\n$ ./twandy\n\n## 1) Use the Jar.\n$ java -jar app/build/libs/twandy.jar\n\n## 2) Use one of the build scripts.\n$ app/build/install/twandy/bin/twandy\n$ app/build/install/twandy/bin/twandy.bat\n\n## 3) Use Gradle.\n$ ./gradlew run\n```\n\n## Usage\n\nThese examples use the `twandy` script, but any of the other running methods will also work with these same options/commands.\n\n```\n$ twandy --help\n```\n\nTODO: user/pass\n\nTODO: play Solarus; download and run DX file\n\nTODO: play lichess\n\nTODO: run fhat\n\n## License\n\n[GNU LGPL v3+](COPYING.LESSER)\n\n\u003e Twandy [\u003chttps://github.com/esotericpig/twandy\u003e]  \n\u003e Copyright (c) 2021 Jonathan Bradley Whited  \n\u003e\n\u003e Twandy is free software: you can redistribute it and/or modify  \n\u003e it under the terms of the GNU Lesser General Public License as published by  \n\u003e the Free Software Foundation, either version 3 of the License, or  \n\u003e (at your option) any later version.  \n\u003e\n\u003e Twandy is distributed in the hope that it will be useful,  \n\u003e but WITHOUT ANY WARRANTY; without even the implied warranty of  \n\u003e MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the  \n\u003e GNU Lesser General Public License for more details.  \n\u003e\n\u003e You should have received a copy of the GNU Lesser General Public License  \n\u003e along with Twandy. If not, see \u003chttps://www.gnu.org/licenses/\u003e.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesotericpig%2Ftwandy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesotericpig%2Ftwandy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesotericpig%2Ftwandy/lists"}