{"id":13455136,"url":"https://github.com/chatty/chatty","last_synced_at":"2026-03-03T16:01:57.337Z","repository":{"id":34040259,"uuid":"37807045","full_name":"chatty/chatty","owner":"chatty","description":"Twitch Chat Client written in Java","archived":false,"fork":false,"pushed_at":"2024-10-21T00:48:28.000Z","size":48273,"stargazers_count":848,"open_issues_count":182,"forks_count":170,"subscribers_count":34,"default_branch":"master","last_synced_at":"2024-10-21T04:12:15.629Z","etag":null,"topics":["chat","java","standalone","twitch"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/chatty.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}},"created_at":"2015-06-21T11:47:48.000Z","updated_at":"2024-10-21T00:48:36.000Z","dependencies_parsed_at":"2023-02-15T15:15:30.025Z","dependency_job_id":"6a9738cf-c352-4a87-a8d1-1c673837ab44","html_url":"https://github.com/chatty/chatty","commit_stats":null,"previous_names":[],"tags_count":189,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatty%2Fchatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatty%2Fchatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatty%2Fchatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatty%2Fchatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chatty","download_url":"https://codeload.github.com/chatty/chatty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221947438,"owners_count":16906128,"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":["chat","java","standalone","twitch"],"created_at":"2024-07-31T08:01:01.661Z","updated_at":"2026-03-03T16:01:52.298Z","avatar_url":"https://github.com/chatty.png","language":"Java","readme":"Chatty\n======\n\nChatty is a Twitch Chat Client for Desktop written in Java featuring many\nTwitch specific features.\n\n* Website: https://chatty.github.io\n* E-Mail: chattyclient@gmail.com\n* Twitter: @ChattyClient (https://twitter.com/ChattyClient)\n* Mastodon: https://mstdn.social/@chattyclient\n* YouTube: https://www.youtube.com/user/chattyclient\n* Discord: https://discord.gg/WTuqGeJ\n\nI learned about most of the Java techniques and APIs used in this during\ndevelopment, so many things won't be designed ideally. I also never\nreleased such a project as opensource before, so if I missed anything or\ndidn't adhere to some license correctly, please tell me.\n\nDownload\n========\n\nGo to the [website](https://chatty.github.io) for ready to use downloads\nand more information on the features.\n\nContributions\n=============\n\nContributions to Chatty under the terms of the GPLv3 License (or compatible) are\nwelcome.\n\nIf you're contributing code that you didn't write yourself, make sure to adhere\nto whatever license terms it is under (like retaining copyright notices) and to\ndetail that in the Pull Request.\n\nObviously, I won't be able to accept all contributions, for example I may\nalready be working on something similar. If you plan to put more than a little\neffort into a Pull Request, consider asking first if what you're doing has a\nchance of being added.\n\nLicense Information\n===================\n\nChatty, as a whole, is released under the GPLv3 or later (see included\n`LICENSE` file).\n\n    Copyright (C) 2017-2023  tduva and contributors\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\nPartly based on source code (most files located in the `src/chatty/` directory\nand subdirectories) licensed under the MIT license.\n\n    Copyright (c) 2014-2017  tduva and contributors\n\n    Permission is hereby granted, free of charge, to any person obtaining a\n    copy of this software and associated documentation files (the \"Software\"),\n    to deal in the Software without restriction, including without limitation\n    the rights to use, copy, modify, merge, publish, distribute, sublicense,\n    and/or sell copies of the Software, and to permit persons to whom the\n    Software is furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in\n    all copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n    FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n    DEALINGS IN THE SOFTWARE.\n\nExternal Libraries\n------------------\n\n* JSON-Simple:\n  * Files under `assets/lib/`: `json-simple-*.jar`, `json-simple-tag_release_1_1_1.zip`\n  * Website: \u003chttps://code.google.com/p/json-simple/\u003e\n  * License: \"Apache License 2.0\"\n\t(for the license text see the APACHE_LICENSE file\n\tor \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e).\n\n* JKeyMaster (modified):\n  * Files under `assets/lib/`: `jkeymaster-*`\n  * Website: \u003chttps://github.com/tulskiy/jkeymaster\u003e\n  * License: \"LGPL-3.0 License\"\n  * Using JNA (\u003chttps://github.com/java-native-access/jna\u003e) under \"Apache License 2.0\"\n\n* JTattoo by MH Software-Entwicklung:\n  * Files under `assets/lib/`: `JTattoo-*.jar`, `JTattoo-*-sources.zip`\n  * Website: \u003chttp://www.jtattoo.net\u003e\n  * License: GPLv2 or later (see \u003chttps://www.gnu.org/licenses/gpl-2.0.txt\u003e)\n  * Based on v1.6.12 with some modifications by tduva\n\n* FlatLaf by FormDev:\n  * Website: https://www.formdev.com/flatlaf/\n  * License: \"Apache License 2.0\"\n    (see \u003chttps://github.com/JFormDesigner/FlatLaf/blob/main/LICENSE\u003e)\n\n* Java-Websocket:\n  * Files under `assets/lib/`: `JavaWebsocket-*.jar`\n  * Website: \u003chttps://github.com/TooTallNate/Java-WebSocket\u003e\n  * License: \"MIT\"\n\t(see \u003chttps://github.com/TooTallNate/Java-WebSocket/blob/master/LICENSE\u003e)\n  * Requires SLF4J (http://www.slf4j.org/, MIT, `slf4j-*.jar`)\n\n* Txtmark:\n  * Files under `assets/lib/`: `txtmark-0.13.jar`, `txtmark-txtmark-0.13.zip`\n  * Website: \u003chttps://github.com/rjeschke/txtmark\u003e\n  * License: \"Apache License 2.0\"\n\t(for the license text see the APACHE_LICENSE file\n\tor \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e).\n\n* Apache HttpComponents Client:\n  * Files under `assets/lib/`: `httpclient*.jar`, `httpcore*.jar`, `commons-codec*.jar`\n  * Website: \u003chttps://hc.apache.org/\u003e\n  * License: \"Apache License 2.0\"\n    (for the license text see the APACHE_LICENSE file\n\tor \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e).\n\n* WebPDecoderJN:\n  * Files under `assets/lib/`: `WebPDecoderJN-*.jar`\n  * Website: \u003chttps://github.com/tduva/WebPDecoderJN\u003e\n  * License: \"3-Clause BSD\"\n    (see \u003chttps://github.com/tduva/WebPDecoderJN/blob/main/COPYING\u003e)\n  * Requires JNA\n\n* Additional external/modified libraries integrated under `src/chatty/` have license/source\n  information in the file header\n\nImages / Other\n--------------\n\n* Favorites Icon by Everaldo Coelho:\n  * File (in various folders): `star.png`\n  * Source: \u003chttps://www.iconfinder.com/icons/17999/bookmark_favorite_star_icon\u003e\n  * License: LGPL\n\t(for the license text see the LGPL file or\n\t\u003chttp://www.gnu.org/licenses/lgpl.html\u003e)\n\n* Misc Icons from the Tango Icon Theme:\n  * Files (in various folders): `list-add.png, list-remove.png, view-refresh.png,\n\t\thelp-browser.png, preferences-system.png, search.png,\n\t\tdialog-warning.png, go-down.png, go-up.png, go-next.png,\n\t\tgo-previous.png, go-home.png, go-web.png,\n\t\timage-icon.png, commandline.png, edit-copy.png, sort.png,\n\t\tedit-all.png (edited), reply.png (edited)`\n  * Source: \u003chttp://tango.freedesktop.org/Tango_Icon_Library\u003e\n  * License: Released into the Public Domain\n\n* Misc Icons from NUVOLA ICON THEME for KDE 3.x\n\t\tby David Vignoni:\n  * Files (in various folders): `edit.png, ok.png, no.png, colorpicker.png,\n\t\twarning.png, download.png, game.png`\n  * Source: \u003chttp://www.icon-king.com/projects/nuvola/\u003e\n  * License: LGPL\n\t(for the license text see the LGPL file or\n\thttp://www.gnu.org/licenses/lgpl.html)\n\n* Robot Icon by Yusuke Kamiyamane:\n  * File (in various folders): `icon_bot.png`\n  * Source: \u003chttps://www.iconfinder.com/icons/46205/robot_icon\u003e\n  * License: CC-BY 3.0\n\t(\u003chttp://creativecommons.org/licenses/by/3.0/\u003e)\n\n* Announcement Icon Material Design (slightly modified):\n  * Files: `announcement*.png`\n  * Source: \u003chttps://materialdesignicons.com/icon/bullhorn\u003e\n  * License: Apache 2.0\n    (\u003chttps://www.apache.org/licenses/LICENSE-2.0\u003e)\n\n* Twitter Emoji Images:\n  * Files: `gui/emoji/twemoji/*`\n  * Source: \u003chttps://github.com/twitter/twemoji\u003e\n  * License: CC-BY 4.0\n\t(https://creativecommons.org/licenses/by/4.0/)\n\n* Emoji One Images:\n  * Files: `gui/emoji/e1/*`\n  * Source: \u003chttp://emojione.com/\u003e\n  * License: CC-BY 4.0\n\t(\u003chttps://creativecommons.org/licenses/by/4.0/\u003e)\n  * Old version (seems no longer available), not updated since newer\n    versions are not under a free license\n\n* Emoji Metadata based on:\n  * Source: https://github.com/github/gemoji/blob/master/db/emoji.json\n  * License: MIT\n\t(\u003chttps://opensource.org/licenses/MIT\u003e)\n\n* Emoji Metadata supplemented by:\n  * Source: https://github.com/joypixels/emojione/blob/master/emoji.json\n  * License: MIT\n\t(\u003chttps://opensource.org/licenses/MIT\u003e)\n  * Now outdated, seems to be no longer updated\n\n* Emoji Metadata supplemented by:\n  * Source: \u003chttps://unicode.org/Public/emoji/14.0/emoji-test.txt\u003e\n  * License: \u003chttps://www.unicode.org/license.txt\u003e\n\n* Example Sounds by tduva:\n  * Files: `assets/sounds/*`\n  * Source: Recorded myself\n  * License: CC-BY 4.0\n\t(\u003chttps://creativecommons.org/licenses/by/4.0/\u003e)\n\nNotes on building the program yourself\n======================================\n\nThe project is compiled using Gradle. Once you've checked it out, you can run\n`gradlew build` to compile and run the tests, and `gradlew release` to package\nthe release artifacts.\n\nIf you modified Chatty you should set your own client id in `Chatty.java`. You\nmay also want to disable the Version Checker.\n\nMain release tasks\n------------------\n\n* `release` - Just the regular JAR version Zip\n* `releaseWindows` - Regular and Windows Standalone Zip\n* `releaseWinSetups` - Everything, including Windows Standalone and Windows setups\n\nBuild parameters\n----------------\n\n* Windows Standalone (one of these required for the Windows Standalone tasks)\n  * `javapackagerPath` - Path to the `javapackager.exe` in the Java 8 JDK\n    * `jrePath` - Adds `-Bruntime=` option for javapackager (optional, will use\n      default JRE otherwise)\n  * `jpackagePath` - Path to the `jpackage.exe` in the Java 14+ JDK (if you\n    specify this one, it will use jpackage instead of javapackager)\n  * `mtPath` - Path to Microsoft's `mt.exe` (see e.g.\n    \u003chttps://stackoverflow.com/questions/54462568/how-to-install-just-mt-exe\u003e),\n    used to add `assets-bundle/Chatty.exe.manifest` to the `Chatty.exe`/\n    `ChattyPortable.exe` (optional)\n* `innosetupPath` - Path to InnoSetup's `iscc.exe` (required for the Windows\n  installer tasks)\n\nThese build parameters must be specified like this:\n`gradlew windowsZip -PjavapackagerPath=\"\u003cpath_to\u003e/javapackager.exe\"`\n\nFull example:\n`gradlew -Dorg.gradle.java.home=\"C:/Program Files (x86)/Java/jdk1.8.0_201\" releaseWinSetups --console=verbose -PjavapackagerPath=\"C:/Program Files (x86)/Java/jdk1.8.0_201/bin/javapackager.exe\" -PjrePath=\"C:\\Program Files (x86)\\Java\\jre1.8.0_201\" -PinnosetupPath=\"C:\\Program Files (x86)\\Inno Setup 6\\ISCC.exe\"`\n","funding_links":[],"categories":["Java","Applications","Libraries","应用"],"sub_categories":["Chat Clients","Java","聊天客户端"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchatty%2Fchatty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchatty%2Fchatty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchatty%2Fchatty/lists"}