Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bsmithcompsci/library-twitchircsdk

TwitchIRC Software Development Kit - Simplifies integration to Twitch API.
https://github.com/bsmithcompsci/library-twitchircsdk

asio cpp irc sdk twitch twitch-api twitch-bot twitch-irc twitch-sdk twitchirc twitchsdk twitchtv

Last synced: about 2 months ago
JSON representation

TwitchIRC Software Development Kit - Simplifies integration to Twitch API.

Awesome Lists containing this project

README

        

![TwitchIRCSDK-Logo](https://github.com/bsmithcompsci/TwitchIRCSDK/blob/main/res/TwitchIRCSDK-Logo.png?raw=true)

TwitchIRC Software Development Kit - Simplifies integration to Twitch API.

# Installation

To keep things cross-platform, we want to use cmake; see [Sample Project](https://github.com/bsmithcompsci/TwitchIRC-Sample) to see a full example project.
```cmake
add_subdirectory(ThirdParty/TwitchIRCSDK)

target_link_libraries(MyProject PRIVATE TwitchIRCSDK)
```

# Documentation
See the [Wiki](https://github.com/bsmithcompsci/TwitchIRCSDK/wiki)