Doubloonz is a CLI tool that helps you determine when you'll be able to use your doubloons to purchase a prize from the doubloon shop. Heavily inspired by another project, Doubloon Project Ranker.
You can choose your region within the CLI, so the prizes will be accurate for your region. (Unless I messed up making the prizes, but I don't think I did)
I'm not personally a big fan of the Go programming language, but I really like the Charm libraries for CLI tools. Go is kind of growing on me, though.
Warning
This project uses nerd fonts. Make sure you have one installed to see the icons for doubloons
Tip
You can use go install github.com/durocodes/doubloonz@latest
to install the binary to your $GOPATH/bin
without manually building
- Clone the repository
- Run
go build
to build the binary - Run
./doubloonz
(or./doubloonz.exe
on Windows) to start the CLI
If the prizes change, create a file called data.html
, and copy/paste the HTML from the shop page, and you can use the scraper.py
script to print out the prizes in a format that can be copied into the prizes.json
file.