Skip to content

overtimepog/rscripts-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rscripts-cli

Browse rscripts.net from your terminal — search scripts, view details, check trending, and copy raw Lua code.

Inspired by uc-cli.

Install

pip install rscripts-cli

Or from source:

git clone https://github.com/overtimepog/rscripts-cli
cd rscripts-cli
pip install -e .

Usage

rs --help

Browse scripts

# 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 2

View a script

rs script <id>

# Also show the raw Lua code
rs script <id> --raw

Trending (last 48 h)

rs trending

Get raw Lua source

rs raw <id>

# Pipe it somewhere
rs raw <id> > script.lua

Script ID

The <id> is the 24-character hex string shown in the ID column of rs scripts / rs trending, e.g. 6a2f2d5c25e0b3f946aa1088.

Attribution

Uses the Rscripts public API. Please include attribution in any applications you build with it.

License

MIT

About

Browse rscripts.net from the terminal

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages