Hi,
I know this is in demand so I am posting this here as it might benefit some users. Background: I run neatclip.com, a site that provides universal clipping to for all livestreams.
I've been working on a custom command for a while that allows your viewers to create clips themselves in the chat. Using a new version of my own API and Nightbot, the following custom command will do the job:
$(urlfetch https://api.neatclip.com/v1/clip/create.php?api_key=INSERT_YOUR_API_KEY_HERE&stream_url=INSERT_LINK_TO_YOUR_CHANNEL_HERE)
wherein api_key is an api key you can get here after signing up and stream_url is a link to your channel (e.g. https://www.youtube.com/user/PewDiePie).
An example for how this command could look like:
Example of a result on YouTube (works the same for other platforms):
More detailed documentation/information is available here.
Hope this helps someone that's looking for this, either on here or on Google. Unfortunately, Mixer is not ready yet for this but I'm working on that. I'm available for any questions. Thanks!



