{"id":15109638,"url":"https://github.com/twireapp/twire","last_synced_at":"2025-05-14T18:02:37.739Z","repository":{"id":40438760,"uuid":"177409960","full_name":"twireapp/Twire","owner":"twireapp","description":"Twire is an alternative and open source Twitch client for Android","archived":false,"fork":false,"pushed_at":"2025-04-10T01:34:51.000Z","size":39649,"stargazers_count":1141,"open_issues_count":101,"forks_count":59,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-05-14T18:02:18.611Z","etag":null,"topics":["android","hacktoberfest","java","twitch","twitch-client","twitch-tv"],"latest_commit_sha":null,"homepage":"","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/twireapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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":"2019-03-24T12:12:09.000Z","updated_at":"2025-05-13T15:51:25.000Z","dependencies_parsed_at":"2024-08-01T19:44:09.191Z","dependency_job_id":"4eff13e1-c7ae-4d2b-88c5-b30996be69d6","html_url":"https://github.com/twireapp/Twire","commit_stats":{"total_commits":646,"total_committers":35,"mean_commits":"18.457142857142856","dds":0.4984520123839009,"last_synced_commit":"43572429e82bab7fa3f7de0bbbb2990dd2874b85"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twireapp%2FTwire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twireapp%2FTwire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twireapp%2FTwire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twireapp%2FTwire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twireapp","download_url":"https://codeload.github.com/twireapp/Twire/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254198452,"owners_count":22030964,"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":["android","hacktoberfest","java","twitch","twitch-client","twitch-tv"],"created_at":"2024-09-25T23:06:21.420Z","updated_at":"2025-05-14T18:02:32.649Z","avatar_url":"https://github.com/twireapp.png","language":"Java","readme":"\u003ch1\u003e\u003cimg height=\"40\" align=\"top\" src=\"app/src/main/res/mipmap-xxxhdpi/ic_launcher.png\"\u003e Twire\u003c/h1\u003e\n\n[![Latest GitHub release](https://img.shields.io/github/v/release/twireapp/Twire)](https://github.com/twireapp/Twire/releases/)\n[![Translation status](https://hosted.weblate.org/widgets/twire/-/svg-badge.svg)](https://hosted.weblate.org/engage/twire/)\n\n\nTwire is an open source, ad-free Twitch browser and stream player for Android.\n\nThis is a fork of the [Pocket Plays for Twitch](https://github.com/SebastianRask/Pocket-Plays-for-Twitch) Android application. You can find more information [in this issue](https://github.com/SebastianRask/Pocket-Plays-for-Twitch/issues/1).\n\n[\u003cimg src=\"https://fdroid.gitlab.io/artwork/badge/get-it-on.png\"\n     alt=\"Get it on F-Droid\"\n     height=\"80\"\u003e](https://f-droid.org/packages/com.perflyst.twire/)\n\n## Current features\n\n- Built-in adblock\n- VODs with chat replay\n- Custom emotes (BTTV, FFZ and 7TV)\n- Picture in Picture mode\n- Highly customizable UI\n- Twitch account support\n\n## Screenshots\n\n[\u003cimg src=\"fastlane/metadata/android/en-US/images/phoneScreenshots/1_my_streams.png\" style=\"width: 23%;margin:0.5%;\" /\u003e](fastlane/metadata/android/en-US/images/phoneScreenshots/1_my_streams.png)\n[\u003cimg src=\"fastlane/metadata/android/en-US/images/phoneScreenshots/2_player.png\" style=\"width: 23%;margin:0.5%;\" /\u003e](fastlane/metadata/android/en-US/images/phoneScreenshots/2_player.png)\n[\u003cimg src=\"fastlane/metadata/android/en-US/images/phoneScreenshots/3_player_settings.png\" style=\"width: 23%;margin:0.5%;\" /\u003e](fastlane/metadata/android/en-US/images/phoneScreenshots/3_player_settings.png)\n[\u003cimg src=\"fastlane/metadata/android/en-US/images/phoneScreenshots/4_navigation.png\" style=\"width: 23%;margin:0.5%;\" /\u003e](fastlane/metadata/android/en-US/images/phoneScreenshots/4_navigation.png)\n\n*previews taken with True Night theme enabled*\n\n\n\n## Making contributions\n\nDevelopers are welcome to contribute to the project.\n\nThe easiest way to contribute is by reporting issues. The other way involves making pull requests, which requires you to have a proper IDE installed (such as [Visual Studio Code](https://code.visualstudio.com/)) and a copy of the repository.\n\nTo clone the repository, run the following commands:\n```\ngit clone https://github.com/twireapp/Twire\ncd Twire\n```\nIf you ever need to update your copy to the latest version, run:\n```\ngit pull\n```\nIf you'd like to learn more about making a pull request, please read [this GitHub article](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).\n\n### Translations\n\nTranslators can help translate Twire over on [Weblate](https://hosted.weblate.org/engage/twire/).\n\n## Licensing\n\nTwire is licensed under the [GNU v3 Public License.](https://github.com/Perflyst/Twire/blob/master/LICENSE)\n\nAs this is a fork under GNUv3, other developers were involved.\nCopyright notice for: [SebastianRask](https://github.com/SebastianRask), [alexzorin](https://github.com/alexzorin)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwireapp%2Ftwire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwireapp%2Ftwire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwireapp%2Ftwire/lists"}