This website requires JavaScript.
Explore
Help
Sign In
Salastil
/
KfChatDotNet
Watch
1
Star
0
Fork
0
You've already forked KfChatDotNet
mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced
2026-05-02 20:42:04 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4aef087f3b4a8c64d6108d183f4f343474aa7891
KfChatDotNet
/
KfChatDotNetKickBot
History
barelyprofessional
4aef087f3b
Added a Websocket disconnection event to Shuffle that rebuilds the Shuffle connection if it's forcibly disconnected. This seems to have resolved issues with the bot disconnecting from Shuffle and never reconnecting.
2024-06-23 13:26:30 +08:00
..
Models
Added in support for grabbing Shuffle user profiles
2024-06-20 22:34:28 +08:00
Services
Added a Websocket disconnection event to Shuffle that rebuilds the Shuffle connection if it's forcibly disconnected. This seems to have resolved issues with the bot disconnecting from Shuffle and never reconnecting.
2024-06-23 13:26:30 +08:00
config.json
Added Twitch PubSub support. Heavily ripped off code from GambaSesh though rewrote it to use Websocket.Client and will refactor the JSON parsing once I know exactly what the payload looks like. Presently untested. Also added a new config option to suppress messages, so one can run a local copy of the bot without disturbing anyone and made the Proxy a single config rather than having one for KF and one for Pusher.
2024-06-17 19:10:52 +08:00
Extensions.cs
Fix Kick emote regex so it's less greedy and can handle consecutive emotes with no space
2024-03-26 16:35:45 +08:00
KfChatDotNetKickBot.csproj
Big update. Replaced Newtonsoft with System.Text.Json where possible, removed Spectre, tried to suppress the pile of compiler warnings I get on the GUI project, and tried to correct an issue where sometimes the session token retrieved is not usable.
2024-06-14 23:03:05 +08:00
KickBot.cs
Added a Websocket disconnection event to Shuffle that rebuilds the Shuffle connection if it's forcibly disconnected. This seems to have resolved issues with the bot disconnecting from Shuffle and never reconnecting.
2024-06-23 13:26:30 +08:00
NLog.config
Changed NLog console to ColoredConsole
2024-06-13 23:01:05 +08:00
NLog.xsd
Initial commit
2024-03-25 20:11:49 +08:00
Program.cs
Initial commit
2024-03-25 20:11:49 +08:00