Browse rscripts.net from your terminal — search scripts, view details, check trending, and copy raw Lua code.
Inspired by uc-cli.
pip install rscripts-cliOr from source:
git clone https://github.com/overtimepog/rscripts-cli
cd rscripts-cli
pip install -e .rs --help
# Latest scripts
rs scripts
# Search
rs scripts --search "blade ball"
# Filter options
rs scripts --free --no-key --mobile --verified
rs scripts --order-by views --sort desc
rs scripts --user SomeCreator
rs scripts --page 2rs script <id>
# Also show the raw Lua code
rs script <id> --rawrs trendingrs raw <id>
# Pipe it somewhere
rs raw <id> > script.luaThe <id> is the 24-character hex string shown in the ID column of rs scripts / rs trending, e.g. 6a2f2d5c25e0b3f946aa1088.
Uses the Rscripts public API. Please include attribution in any applications you build with it.
MIT