Skip to content

vrc-plugin/send_vrc_desktop

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Repository files navigation

send-vrc-desktop-rs

send_vrc_desktop written in Rust.

Installation

cargo install --git https://github.com/vrc-plugin/send-vrc-desktop-rs

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