{"id":13621265,"url":"https://github.com/itzAlex/chatterino7","last_synced_at":"2025-04-15T01:31:53.299Z","repository":{"id":40507691,"uuid":"392994199","full_name":"itzAlex/chatterino7","owner":"itzAlex","description":"Chat client for https://twitch.tv","archived":false,"fork":true,"pushed_at":"2025-03-15T23:20:28.000Z","size":21604,"stargazers_count":52,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"upstream-latest","last_synced_at":"2025-04-10T11:58:04.495Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"SevenTV/chatterino7","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itzAlex.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":"https://streamelements.com/fourtf/tip"}},"created_at":"2021-08-05T10:07:21.000Z","updated_at":"2025-03-21T08:36:53.000Z","dependencies_parsed_at":"2023-01-29T22:30:25.948Z","dependency_job_id":null,"html_url":"https://github.com/itzAlex/chatterino7","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzAlex%2Fchatterino7","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzAlex%2Fchatterino7/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzAlex%2Fchatterino7/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzAlex%2Fchatterino7/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itzAlex","download_url":"https://codeload.github.com/itzAlex/chatterino7/tar.gz/refs/heads/upstream-latest","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248989264,"owners_count":21194561,"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-08-01T21:01:04.131Z","updated_at":"2025-04-15T01:31:53.293Z","avatar_url":"https://github.com/itzAlex.png","language":"C++","funding_links":["https://streamelements.com/fourtf/tip"],"categories":["C++"],"sub_categories":[],"readme":"![chatterinoLogo](./resources/icon.ico)\n\u003cu\u003e**Chatterino Homies**\u003c/u\u003e\n\nChatterino Homies is a fork of Chatterino. This fork mainly contains features that aren't accepted into Chatterino and Chatterino 7.\n\n### Screenshots\n\n![Example of Global Emotes](./resources/readme/global_emotes.png)\n![Example of Personal Badges](./resources/readme/badges.png)\n\n### Downloads\n\nCurrent releases are available at [https://chatterinohomies.com](https://chatterinohomies.com).\n\n### Issues\n\nIf you have issues such as crashes or weird behaviour regarding this fork, report them [in the issue-section](https://github.com/itzAlex/chatterino7/issues). If you have issues with other features, please report them [in the upstream issue-section](https://github.com/Chatterino/chatterino2/issues).\n\n### Discord\n\nIf you don't have a GitHub account and want to report issues or want to join the community you can join the official Homies Discord using the link here: \u003chttps://discord.gg/ZPxUUzDjbM\u003e.\n\n### AVIF Support\n\nWhen building Chatterino Homies, you might not have access to a static build of `libavif`. In that case, you can define `CHATTERINO_NO_AVIF_PLUGIN` in CMake. If you have `qavif.so` from [kimageformats](https://invent.kde.org/frameworks/kimageformats) installed on your system, Chatterino will pick it up and use AVIF images.\n\n## Original Chatterino 2 Readme\n\nChatterino 2 is a chat client for [Twitch.tv](https://twitch.tv).\nThe Chatterino 2 wiki can be found [here](https://wiki.chatterino.com).\nContribution guidelines can be found [here](https://wiki.chatterino.com/Contributing%20for%20Developers).\n\n## Download\n\nCurrent releases are available at [https://chatterino.com](https://chatterino.com).\nWindows users can also install Chatterino [from Chocolatey](https://chocolatey.org/packages/chatterino).\n\n## Nightly build\n\nYou can download the latest Chatterino 2 build over [here](https://github.com/Chatterino/chatterino2/releases/tag/nightly-build)\n\nYou might also need to install the [VC++ Redistributables](https://aka.ms/vs/17/release/vc_redist.x64.exe) from Microsoft if you do not have it installed already.  \nIf you still receive an error about `MSVCR120.dll missing`, then you should install the [VC++ 2013 Restributable](https://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x64.exe).\n\n## Building\n\nTo get source code with required submodules run:\n\n```shell\ngit clone --recurse-submodules https://github.com/Chatterino/chatterino2.git\n```\n\nor\n\n```shell\ngit clone https://github.com/Chatterino/chatterino2.git\ncd chatterino2\ngit submodule update --init --recursive\n```\n\n- [Building on Windows](../master/BUILDING_ON_WINDOWS.md)\n- [Building on Windows with vcpkg](../master/BUILDING_ON_WINDOWS_WITH_VCPKG.md)\n- [Building on Linux](../master/BUILDING_ON_LINUX.md)\n- [Building on macOS](../master/BUILDING_ON_MAC.md)\n- [Building on FreeBSD](../master/BUILDING_ON_FREEBSD.md)\n\n## Git blame\n\nThis project has big commits in the history which touch most files while only doing stylistic changes. To improve the output of git-blame, consider setting:\n\n```shell\ngit config blame.ignoreRevsFile .git-blame-ignore-revs\n```\n\nThis will ignore all revisions mentioned in the [`.git-blame-ignore-revs`\nfile](./.git-blame-ignore-revs). GitHub does this by default.\n\n## Code style\n\nThe code is formatted using [clang-format](https://clang.llvm.org/docs/ClangFormat.html). Our configuration is found in the [.clang-format](.clang-format) file in the repository root directory.\n\nFor more contribution guidelines, take a look at [the wiki](https://wiki.chatterino.com/Contributing%20for%20Developers/).\n\n## Doxygen\n\nDoxygen is used to generate project information daily and is available [here](https://doxygen.chatterino.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FitzAlex%2Fchatterino7","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FitzAlex%2Fchatterino7","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FitzAlex%2Fchatterino7/lists"}