{"id":18441668,"url":"https://github.com/globidev/twitch-irc","last_synced_at":"2026-05-27T01:32:07.003Z","repository":{"id":25266594,"uuid":"28691948","full_name":"Globidev/twitch-irc","owner":"Globidev","description":"A base for working with Twitch IRC chatrooms","archived":false,"fork":false,"pushed_at":"2016-04-08T17:39:07.000Z","size":54,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-20T15:52:16.237Z","etag":null,"topics":["irc","plugin-engine","twitch"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Globidev.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}},"created_at":"2015-01-01T17:57:31.000Z","updated_at":"2016-10-31T05:15:18.000Z","dependencies_parsed_at":"2022-08-23T22:10:40.043Z","dependency_job_id":null,"html_url":"https://github.com/Globidev/twitch-irc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Globidev/twitch-irc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Globidev%2Ftwitch-irc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Globidev%2Ftwitch-irc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Globidev%2Ftwitch-irc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Globidev%2Ftwitch-irc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Globidev","download_url":"https://codeload.github.com/Globidev/twitch-irc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Globidev%2Ftwitch-irc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33546836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["irc","plugin-engine","twitch"],"created_at":"2024-11-06T06:39:05.841Z","updated_at":"2026-05-27T01:32:06.218Z","avatar_url":"https://github.com/Globidev.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Twitch-irc\n=========\n\nAn extensible IRC relay application for [twitch.tv](http://www.twitch.tv/) chat rooms \n\n\n## Motivation\n\nAs **streaming** becomes more and more popular, the need for **community centered applications** increases.  \nThe world's leading video platform and community for gamers delivers over **10 billion messages** a day with its chat service ([source](http://blog.twitch.tv/2015/12/twitch-engineering-an-introduction-and-overview)).  \nA lot of existing tools revolve around this IRC-based service and this is why we should ease the process of making such tools.\n\nThis project aims to provide a robust base to work with twitch's IRC chat rooms.\n\n\n## Usage\n\nWith docker :whale::\n```sh\ndocker run --rm -it \\\n    globidocker/twitch-irc channel script\n```\n\n### Examples\n3 scripts are provided as a proof of extensibility\n\n##### Echo\n```sh\ntwitch-irc day9tv twitch-irc-echo\n```\n\n[This simple script](https://github.com/Globidev/twitch-irc/blob/master/scripts%2FEcho%2FMain.hs) will just display IRC messages on the standard output\n\n##### Websocket\n```sh\ntwitch-irc lirik twitch-irc-websocket [port]\n```\n\n[This script](https://github.com/Globidev/twitch-irc/blob/master/scripts%2FWebsocket%2FMain.hs) will relay private messages with a websocket server listening on the port `port`\nYou can subscribe to specific channels using the connection request's path `ws://host:port/channel`\n\nThis is the script used by [twitch-cast](https://github.com/best-coloc-ever/twitch-cast) and is available at `ws://datcoloc.com/chat/channel`\n\n##### X11\n```sh\ntwitch-irc your-channel twitch-irc-x11\n```\n\nInspired by the social experiment [Twitch plays Pokémon](https://www.wikiwand.com/en/Twitch_Plays_Pok%C3%A9mon)\n\n[This script](https://github.com/Globidev/twitch-irc/blob/master/scripts%2FX11%2FMain.hs) makes use of the X11 library to forward specific channel messages as keycodes to a X11 window.  \nThe chat can send game inputs!\n\n\n## Building\n\nwith [Haskell's stack](http://docs.haskellstack.org/en/stable/README.html):\n\n```sh\nstack setup\nstack build --copy-bins\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglobidev%2Ftwitch-irc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglobidev%2Ftwitch-irc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglobidev%2Ftwitch-irc/lists"}