jamieweavis / prosper

πŸ’Ž Rocket League Garage trade aggregation & reporting CLI tool

Home Page:https://npm.im/prosper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prosper

πŸ’Ž Rocket League Garage trade aggregation & reporting CLI tool

js-standard-style npm-downloads npm-version license

πŸ“¦ Install

Prosper is installed globally via the command line from the npm registry with either yarn or npm.

# Via yarn (recommended)
$ yarn global add prosper

# Via npm
$ npm install --global prosper

πŸ–₯ Screenshot

πŸš€ Commands

help

Display detailed usage and help information

list

alias: ls

Display list of items & item modifiers with corresponding IDs

sell-offers <item-id> [options]

alias: sell

Display sell offer price statistics for the specified item

  • <item-id> - Item ID
  • [options]
    • --certification <tag> - Item certification tag e.g. "Striker" - default: "None"
    • --paint <colour> - Item paint colour e.g. "Titanium White" - default: "None"
    • --platform <name> - Trade platform e.g. "PlayStation" - default: "Steam"
    • -p, --page <number> - Page number e.g. 2 - default: 1
Examples:
# Display sell offer price statistics for Heatwave (Black Market)
$ prosper sell-offers 463

# Display sell offer price statistics for Octane (Titanium White)
$ prosper sell-offers 1 --paint "Titanium White"

buy-offers <item-id> [options]

alias: buy

Display buy offer price statistics for the specified item

  • <item-id> - Item ID
  • [options]
    • --certification <tag> - Item certification tag e.g. "Striker" - default: "None"
    • --paint <colour> - Item paint colour e.g. "Titanium White" - default: "None"
    • --platform <name> - Trade platform e.g. "PlayStation" - default: "Steam"
    • -p, --page <number> - Page number e.g. 2 - default: 1
Examples:
# Display buy offer price statistics for Heatwave (Black Market)
$ prosper buy-offers 463

# Display buy offer price statistics for Octane (Titanium White)
$ prosper buy-offers 1 --paint "Titanium White"

πŸ”— Related

Dodgem - πŸŽͺ Rocket League Garage trade bumping automation CLI bot

πŸ“„ License

This project is licensed under the MIT License - see LICENSE.md for details.

About

πŸ’Ž Rocket League Garage trade aggregation & reporting CLI tool

https://npm.im/prosper

License:MIT License


Languages

Language:JavaScript 100.0%