Skip to content

vrc-plugin/send_vrc_desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

send_vrc_desktop

send_vrc_desktop written in Rust.

Installation

cargo install --git https://github.com/vrc-plugin/send_vrc_desktop

Usage

PowerShell

Invoke-WebRequest -Method POST -ContentType application/json -Body '{ "url": "https://www.youtube.com/watch?v=c-ZWPYJYiAg"}' http://localhost:11400/url

curl

curl -X POST -H 'Content-Type: application/json' -d '{ "url": "https://www.youtube.com/watch?v=c-ZWPYJYiAg" }' http://localhost:11400/url