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: 3 months ago
JSON representation
TwitchIRC Software Development Kit - Simplifies integration to Twitch API.
- Host: GitHub
- URL: https://github.com/bsmithcompsci/library-twitchircsdk
- Owner: bsmithcompsci
- License: apache-2.0
- Created: 2021-07-25T06:07:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-25T08:47:59.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T09:48:30.416Z (5 months ago)
- Topics: asio, cpp, irc, sdk, twitch, twitch-api, twitch-bot, twitch-irc, twitch-sdk, twitchirc, twitchsdk, twitchtv
- Language: C++
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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)