{"id":21817556,"url":"https://github.com/erwanvivien/twitch_chat_dotnet","last_synced_at":"2025-03-21T10:21:57.730Z","repository":{"id":127456939,"uuid":"324538493","full_name":"erwanvivien/twitch_chat_dotnet","owner":"erwanvivien","description":"A bot that converts messages from Twitch chat to actual actions to any window you want","archived":false,"fork":false,"pushed_at":"2021-05-04T12:22:10.000Z","size":83,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-26T06:44:15.099Z","etag":null,"topics":["bot","emulator","streamer","twitch","twitch-irc","twitchtv"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erwanvivien.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-12-26T11:15:24.000Z","updated_at":"2022-06-09T19:14:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9ae1b82-3d6f-4506-8faf-7e817536be9b","html_url":"https://github.com/erwanvivien/twitch_chat_dotnet","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/erwanvivien%2Ftwitch_chat_dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erwanvivien%2Ftwitch_chat_dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erwanvivien%2Ftwitch_chat_dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erwanvivien%2Ftwitch_chat_dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erwanvivien","download_url":"https://codeload.github.com/erwanvivien/twitch_chat_dotnet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244776346,"owners_count":20508506,"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","emulator","streamer","twitch","twitch-irc","twitchtv"],"created_at":"2024-11-27T15:46:53.728Z","updated_at":"2025-03-21T10:21:57.700Z","avatar_url":"https://github.com/erwanvivien.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EMU twitch bot\n## Introduction\nThis bot will read chat messages as input.\nWill process them and do stuff on the host machine.\n\nThe end goal is to run any _simple_ emulator (DS, nes, etc) by broadcasting keys to said emulator\nA simple feature includes chaos / order (affects time between messages to let twitch chat take action)\n\n## Current\nThe bot is for now in dev.\n~It should not be so hard to develop and should be a lot of fun~.\n\nI've reached a wall, I can make this program send keys to OverWatch, World of Warcraft, any recent game, but the DeSmuMe window doesn't handle Windows Message... Only DirectInput, and I don't know how to send keys to an inactive window via DirectInput\n\n## Next steps:\n- Run without any bugs\n- Easy install \u0026 use for personnal projects\n- Setup patreon\n\n## How to use\n### For Streamer\n- Install any DS emulator (DeSmuME was used to test)\n- Install the ROM for your game\n- Create a 'settings' file next to executable\n- Run executable\n\nA default 'settings' looks like this:\n```\nchannel: #streamer_live_name    # (For Example: #Xiaojiba)\npassword: oauth:.........       # (get this from https://twitchapps.com/tmi/)\nwindow name: desmume            # (if you use DeSmuME)\n```\n\nMore [here](https://github.com/erwanvivien/stream-chat-bot-dotnet/blob/main/streamer/README.md)\n\n### For chat\n- 'Up', 'Down', 'Right' and 'Left' can be used in the chat to move character (Can be changed by streamer)\n- 'A', 'B', 'X' and 'Y' can be used to make character do some actions\n- 'W' is L (behind left) and 'C' is R (behind right)\n\nMore [here](https://github.com/erwanvivien/stream-chat-bot-dotnet/blob/main/chat/README.md)\n\n### Specifications\nIf you want to edit it on WSL:\nInstall SDK from [DotNet WSL](https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#2004-). I installed the runtime too, might not be needed\n\nIf you want to edit it on Windows:\nInstall SDK from [DotNet Windows](https://dotnet.microsoft.com/download/dotnet/5.0)\n\n### Installation\nYou will need ViGEm to emulate a real virtual joystick and the ViGEm driver is required to do so.\n\nGet them here: [ViGEm Driver releases](https://github.com/ViGEm/ViGEmBus/releases)\n- [ViGEm Driver x64](https://github.com/ViGEm/ViGEmBus/releases/download/setup-v1.17.333/ViGEmBusSetup_x64.msi), most users will need this one\n- [ViGEm Driver x86](https://github.com/ViGEm/ViGEmBus/releases/download/setup-v1.17.333/ViGEmBusSetup_x86.msi)\n\n\n## Dependencies\n- [Nefarius.ViGEm.Client](https://www.nuget.org/packages/Nefarius.ViGEm.Client/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferwanvivien%2Ftwitch_chat_dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferwanvivien%2Ftwitch_chat_dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferwanvivien%2Ftwitch_chat_dotnet/lists"}