{"id":13374312,"url":"https://github.com/Chatterino/chatterino2","last_synced_at":"2025-03-13T01:31:46.653Z","repository":{"id":37479538,"uuid":"77624593","full_name":"Chatterino/chatterino2","owner":"Chatterino","description":"Chat client for https://twitch.tv","archived":false,"fork":false,"pushed_at":"2025-03-06T22:01:06.000Z","size":19038,"stargazers_count":2166,"open_issues_count":299,"forks_count":474,"subscribers_count":49,"default_branch":"master","last_synced_at":"2025-03-06T22:28:00.760Z","etag":null,"topics":["chatclient","linux","macos","twitch","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Chatterino.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://streamelements.com/fourtf/tip"}},"created_at":"2016-12-29T16:18:13.000Z","updated_at":"2025-03-06T21:41:39.000Z","dependencies_parsed_at":"2023-09-24T00:22:49.932Z","dependency_job_id":"6ac65996-758e-475b-b765-6f9017d517f5","html_url":"https://github.com/Chatterino/chatterino2","commit_stats":{"total_commits":4494,"total_committers":165,"mean_commits":"27.236363636363638","dds":0.7247441032487761,"last_synced_commit":"f53d92c77a304307256ca56e4e07ceb0471f44d4"},"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chatterino%2Fchatterino2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chatterino%2Fchatterino2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chatterino%2Fchatterino2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chatterino%2Fchatterino2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chatterino","download_url":"https://codeload.github.com/Chatterino/chatterino2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243322467,"owners_count":20272884,"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":["chatclient","linux","macos","twitch","windows"],"created_at":"2024-07-30T05:00:48.400Z","updated_at":"2025-03-13T01:31:46.630Z","avatar_url":"https://github.com/Chatterino.png","language":"C++","funding_links":["https://streamelements.com/fourtf/tip"],"categories":["C++","Libraries"],"sub_categories":["C++"],"readme":"![chatterinoLogo](https://user-images.githubusercontent.com/41973452/272541622-52457e89-5f16-4c83-93e7-91866c25b606.png)\nChatterino 2 [![GitHub Actions Build (Windows, Ubuntu, MacOS)](https://github.com/Chatterino/chatterino2/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/Chatterino/chatterino2/actions?query=workflow%3ABuild+branch%3Amaster) [![Cirrus CI Build (FreeBSD only)](https://api.cirrus-ci.com/github/Chatterino/chatterino2.svg?branch=master)](https://cirrus-ci.com/github/Chatterino/chatterino2/master) [![Chocolatey Package](https://img.shields.io/chocolatey/v/chatterino?include_prereleases)](https://chocolatey.org/packages/chatterino) [![Flatpak Package](https://img.shields.io/flathub/v/com.chatterino.chatterino)](https://flathub.org/apps/details/com.chatterino.chatterino)\n============\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%2FChatterino%2Fchatterino2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FChatterino%2Fchatterino2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChatterino%2Fchatterino2/lists"}