0.2.8 • Published 6 years ago

prosper v0.2.8

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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.

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago