{"id":25054725,"url":"https://github.com/jokkeez/twitchie","last_synced_at":"2025-04-14T10:20:54.022Z","repository":{"id":115274918,"uuid":"56261683","full_name":"JokkeeZ/Twitchie","owner":"JokkeeZ","description":"Event driven Twitch IRC library written in .NET 5","archived":false,"fork":false,"pushed_at":"2021-05-08T14:07:16.000Z","size":119,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"Twitchie2","last_synced_at":"2025-03-27T23:32:57.618Z","etag":null,"topics":["bot","chat","event-driven","irc","net5","twitch","twitch-chat"],"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/JokkeeZ.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":"2016-04-14T18:42:08.000Z","updated_at":"2025-01-08T13:08:08.000Z","dependencies_parsed_at":"2023-03-15T15:16:28.001Z","dependency_job_id":null,"html_url":"https://github.com/JokkeeZ/Twitchie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JokkeeZ%2FTwitchie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JokkeeZ%2FTwitchie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JokkeeZ%2FTwitchie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JokkeeZ%2FTwitchie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JokkeeZ","download_url":"https://codeload.github.com/JokkeeZ/Twitchie/tar.gz/refs/heads/Twitchie2","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248860005,"owners_count":21173343,"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":["bot","chat","event-driven","irc","net5","twitch","twitch-chat"],"created_at":"2025-02-06T12:18:14.127Z","updated_at":"2025-04-14T10:20:54.000Z","avatar_url":"https://github.com/JokkeeZ.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twitchie\nEvent driven Twitch IRC library written in .NET 5\n\n[![MIT License](https://img.shields.io/static/v1?label=License\u0026message=MIT\u0026color=brightgreen)](https://github.com/JokkeeZ/Twitchie/blob/Twitchie2/LICENSE)\n\n# How to use it?\n1. Clone or download repository\n2. Build solution with Visual Studio\n3. Add built library to your project\n4. Obtain required chat oauth token. You can get it easily from [here!](https://twitchapps.com/tmi/)\n5. Have fun\n\n# Example?\n```cs\nstatic async Task Main()\n{\n\t// Initialize Twitchie instance, it will be disposed after ListenAsync ends.\n\tusing var twitchie = new Twitchie();\n\t\n\t// Subscribe to events.\n\ttwitchie.OnMessage += OnMessage;\n\n\t// Connect to Twitch IRC.\n\tawait twitchie.ConnectAsync();\n\t\n\t// Login to Twitch IRC with lowercase username and OAuth token.\n\tawait twitchie.LoginAsync(new(\"username\", \"oauth:password\"));\n\n\t// Join some channel.\n\tawait twitchie.JoinChannelAsync(new(\"#channel\"));\n\n\t// Start loop which will receive messages until disposed/cancelled.\n\tawait twitchie.ListenAsync();\n}\n\nstatic void OnMessage(object sender, MessageEventArgs e)\n\t=\u003e Console.WriteLine($\"User: {e.DisplayName} on channel: {e.Channel}: {e.Message}\");\n```\n# Dependencies\nTwitchie doesn't use any external dependencies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjokkeez%2Ftwitchie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjokkeez%2Ftwitchie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjokkeez%2Ftwitchie/lists"}