elmarceloc / obs-studio-7

Implementation of 7tv into OBS Studio and an excuse to code in c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

7TV emotes for OBS Studio's Chat

Basically adds this javascript code (7TV FFZ Addon) to the auth-twitch.cpp file

    static const char *stv_script = "\
    var stv = document.createElement('script');\
    stv.setAttribute('src','https://cdn.jsdelivr.net/gh/elmarceloc/seventv-build/content.js');\
    document.head.appendChild(stv);";

About

Implementation of 7tv into OBS Studio and an excuse to code in c++

License:GNU General Public License v2.0


Languages

Language:C 54.5%Language:C++ 38.3%Language:CMake 3.0%Language:Objective-C++ 1.5%Language:Objective-C 1.3%Language:Shell 0.7%Language:PowerShell 0.3%Language:Python 0.2%Language:NSIS 0.2%Language:Lua 0.1%Language:Batchfile 0.0%Language:Ruby 0.0%