This package has been deprecated

Author message:

Prosper does not work anymore and is no longer maintained!

prosper

0.2.8 • Public • Published

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.

Package Sidebar

Install

npm i prosper

Weekly Downloads

0

Version

0.2.8

License

MIT

Unpacked Size

256 kB

Total Files

7

Last publish

Collaborators

  • jamieweavis