{"id":48289355,"url":"https://github.com/ziegmaster/ziegmachat","last_synced_at":"2026-04-04T23:01:23.683Z","repository":{"id":206275577,"uuid":"716254244","full_name":"Ziegmaster/ZiegmaChat","owner":"Ziegmaster","description":"Websocket based chat application for Streamer.bot","archived":false,"fork":false,"pushed_at":"2023-12-13T06:37:29.000Z","size":339,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-05T01:43:23.407Z","etag":null,"topics":["chat-application","electron","gaming","http-server","javascript","nodejs","overlay","streamerbot","streaming","twitch","websocket","widgets"],"latest_commit_sha":null,"homepage":"https://twitch.tv/ziegmaster","language":"JavaScript","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/Ziegmaster.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":"2023-11-08T18:51:29.000Z","updated_at":"2024-06-05T01:43:28.462Z","dependencies_parsed_at":null,"dependency_job_id":"ae867ac8-189f-4e4e-86bb-d7aec743c503","html_url":"https://github.com/Ziegmaster/ZiegmaChat","commit_stats":null,"previous_names":["trueziegmaster/ziegmachat","ziegmaster/ziegmachat"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Ziegmaster/ZiegmaChat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ziegmaster%2FZiegmaChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ziegmaster%2FZiegmaChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ziegmaster%2FZiegmaChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ziegmaster%2FZiegmaChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ziegmaster","download_url":"https://codeload.github.com/Ziegmaster/ZiegmaChat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ziegmaster%2FZiegmaChat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31418286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-application","electron","gaming","http-server","javascript","nodejs","overlay","streamerbot","streaming","twitch","websocket","widgets"],"created_at":"2026-04-04T23:01:17.337Z","updated_at":"2026-04-04T23:01:23.657Z","avatar_url":"https://github.com/Ziegmaster.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eFor streamers by a streamer\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nThis program aims to improve the streaming experience. It independently hosts a chat widget that communicates with \n\u003ca href=\"https://streamer.bot/\"\u003eStreamer.Bot\u003c/a\u003e via its websocket API. \nAll you have to do to see your chat in OBS is copy the link and paste it as a browser source in your scene. \nNavigate to the \u003ca href=\"widget\"\u003ewidget directory\u003c/a\u003e \nto see how to work with widget links and custom themes.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cb\u003eHey streamer! \u003ca href=\"USERGUIDE.md\"\u003eThis user guide\u003c/a\u003e is special for you! Don't miss it!\u003c/b\u003e\u003c/p\u003e\n\n# 🎮 Game mode\nZiegmaChat has an extremely useful feature for streamers with only one screen. \nIn this mode, a second program window is launched, which can be freely placed anywhere on the screen. \nAfter customizing its size and position, you can use a special switch to turn it into a gaming overlay.\n\n\u003e [!NOTE]  \n\u003e There are games that force themselves to always be on top of everything. It is recommended to play them in windowed mode to see the overlay.\n\n# 👍 Credits\nThanks to [BlackyWhoElse](https://github.com/BlackyWhoElse/streamer.bot-actions) \nfor the chat widget that was modified for correct usage in this project.  \nHis themes are fully compatible. You can get them [here](https://github.com/BlackyWhoElse/streamer.bot-actions/tree/main/widget/chat/theme).\n\n# 🌐 Developing and building from source\n\n**Clone the project**\n```console\ngit clone https://github.com/TrueZiegmaster/ZiegmaChat  \n```\n```console\ncd ./ZiegmaChat\n```\n\n**Install dependencies**\n```console\nnpm install\n```\n\n**Test the application**\n```console\nnpm start\n```\n\n**Install libraries if npm start fails**\n```console\napt install libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev\n```\n\n**Building the application**\n```console\nnpm run build-windows\n```\n```console\nnpm run build-all\n```\n\n**Use electron-packager manually if you need other options.**\n```console\nelectron-packager --help\n```\n\n**Install electron-packager if missing**\n```console\nnpm install -g electron-packager --save-dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziegmaster%2Fziegmachat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziegmaster%2Fziegmachat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziegmaster%2Fziegmachat/lists"}