Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bsmithcompsci/library-twitchircsdk
- Owner: bsmithcompsci
- License: apache-2.0
- Created: 2021-07-25T06:07:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-25T08:47:59.000Z (over 3 years ago)
- Last Synced: 2024-08-29T06:26:35.251Z (4 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
![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)