Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
/ prosper Public archive

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

License

Notifications You must be signed in to change notification settings

jamieweavis/prosper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

38 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.