Skip to content

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

License

Notifications You must be signed in to change notification settings

elmarceloc/obs-studio-7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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++

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 54.4%
  • C++ 38.3%
  • CMake 3.0%
  • Objective-C++ 1.5%
  • Objective-C 1.3%
  • Shell 0.7%
  • Other 0.8%