{"id":13758376,"url":"https://github.com/twitch4j/twitch4j","last_synced_at":"2025-04-14T06:04:09.782Z","repository":{"id":37502472,"uuid":"78306233","full_name":"twitch4j/twitch4j","owner":"twitch4j","description":"A JVM library for all Twitch APIs, including Chat, Helix, and EventSub (webhook/websocket/conduit). It includes advanced features for large-scale apps such as connection pooling, rate-limiting, and more!","archived":false,"fork":false,"pushed_at":"2025-04-13T18:57:41.000Z","size":5380,"stargazers_count":381,"open_issues_count":19,"forks_count":69,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-14T06:03:39.577Z","etag":null,"topics":["api","api-client","auth","chat","eventsub","gradle","hacktoberfest","helix","irc","java","kraken","oauth","pubsub","tmi","twitch","twitch-api","twitch-api-v5","twitch-irc","twitchdev","webhook"],"latest_commit_sha":null,"homepage":"https://twitch4j.github.io/","language":"Java","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/twitch4j.png","metadata":{"funding":{"github":["iProdigy","PhilippHeuer"]},"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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-07T22:03:54.000Z","updated_at":"2025-04-01T23:22:59.000Z","dependencies_parsed_at":"2023-11-30T01:27:07.635Z","dependency_job_id":"b60a6c64-1af7-4b04-b5e3-7df217cd0f02","html_url":"https://github.com/twitch4j/twitch4j","commit_stats":{"total_commits":1345,"total_committers":42,"mean_commits":"32.023809523809526","dds":0.6513011152416357,"last_synced_commit":"7db1b5b1420d9d228b5ffc5e3ffe395938dbc851"},"previous_names":[],"tags_count":82,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twitch4j%2Ftwitch4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twitch4j%2Ftwitch4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twitch4j%2Ftwitch4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twitch4j%2Ftwitch4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twitch4j","download_url":"https://codeload.github.com/twitch4j/twitch4j/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830396,"owners_count":21168272,"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":["api","api-client","auth","chat","eventsub","gradle","hacktoberfest","helix","irc","java","kraken","oauth","pubsub","tmi","twitch","twitch-api","twitch-api-v5","twitch-irc","twitchdev","webhook"],"created_at":"2024-08-03T13:00:28.804Z","updated_at":"2025-04-14T06:04:09.733Z","avatar_url":"https://github.com/twitch4j.png","language":"Java","funding_links":["https://github.com/sponsors/iProdigy","https://github.com/sponsors/PhilippHeuer"],"categories":["Libraries"],"sub_categories":["Java"],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://twitch4j.github.io/\"\u003e\u003cimg src=\".github/logo.png?raw=true\" width=\"150\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n# Java API for [Twitch](https://www.twitch.tv/)\n\nSupport:\n\n[![Discord Server](https://discordapp.com/api/guilds/143001431388061696/embed.png?style=banner2)](https://discord.gg/FQ5vgW3)\n[![Twitch API Server](https://discordapp.com/api/guilds/325552783787032576/embed.png?style=banner2)](https://discord.gg/8NXaEyV)\n\nBadges:\n\n[![Latest](https://img.shields.io/github/release/twitch4j/twitch4j/all.svg?style=flate\u0026label=latest)](https://search.maven.org/search?q=g:com.github.twitch4j)\n[![Docs](https://img.shields.io/badge/documentation-github%20pages-8A2BE2)](https://twitch4j.github.io/)\n[![Javadoc](https://javadoc.io/badge/com.github.twitch4j/twitch4j.svg)](https://twitch4j.github.io/javadoc/)\n\n--------\n\n## A quick note:\n\nThis project implements client modules to interact with all of Twitch's APIs.\n\n## Quick Start\n\nCheck out the [Documentation](https://twitch4j.github.io/getting-started/installation)!\n\n--------\n\n## Modules\n\n**Project**\n\n| Module             | Description                                  |\n|--------------------|----------------------------------------------|\n| chat               | Chat (IRC)                                   |\n| eventsub-common    | EventSub (can be used for Webhook-Transport) |\n| eventsub-websocket | EventSub (WebSocket \u0026 Conduits)              |\n| helix              | REST-API                                     |\n| pubsub             | PubSub                                       |\n| graphql            | GraphQL (unofficial)                         |\n| kotlin             | Kotlin Extensions                            |\n\n**Shared**\n\n| Module                                              | Description                        |\n|-----------------------------------------------------|------------------------------------|\n| [cache-api](https://github.com/Xanthic/cache-api)   | In-Memory Cache API                |\n| [event4j](https://github.com/PhilippHeuer/events4j) | Event Publication and Subscription |\n\n\u003e The shared libraries offer standardized functionality in an abstracted manner, allowing you to select from a variety of implementations (or bring your own).\n\n## Problems\n\nIf you have problems using the *Twitch Java API*, then you are welcome to join the [discord server](https://discord.gg/FQ5vgW3) to talk about it.\n\nIf you discover any issues/have feature requests, then please [open an issue here](https://github.com/twitch4j/twitch4j/issues/new).\n\n## Contributing\n\nWe welcome contributions to the library, be it new features, bug fixes, or even small enhancements.\nPlease do read the [contributing guide](https://twitch4j.github.io/contribution/) on the documentation site as it provides code guidelines and helpful tips for getting started.\nBy contributing, you are expected to abide by our [code of conduct](https://github.com/twitch4j/.github/blob/main/CODE_OF_CONDUCT.md) and agree to the license below.\nThank you again for your interest in improving Twitch4J!\n\n## License\n\nReleased under the [MIT license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwitch4j%2Ftwitch4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwitch4j%2Ftwitch4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwitch4j%2Ftwitch4j/lists"}