Skip to content

Zaharkov/Twitchie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitchie

C# library for parsing Twitch.tv IRC chat messages.

How to use it?

  1. Download .zip
  2. Build it with Visual Studio 2015 (C# 6.0)
  3. Add .dll to your project
  4. Have fun.

Example? (See also this)

Twitchie twitchie = new Twitchie();

twitchie.Connect("irc.chat.twitch.tv", 6667);
twitchie.Login("jokkeez", new[] { "#jokkeez" }, "oauth:password");

twitchie.OnPing += OnPing;
twitchie.OnMessage += OnMessage;

twitchie.Listen();

About

C# library for parsing Twitch.tv IRC chat messages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%