Animal Crossing turnip.exchange CLI, because why not?!
This is a CLI to search for open islands in Animal Crossing - New Horizons that are open for you to join!
This package is not yet published anywhere; To install this package you'd need to clone this repository first and setup from source:
git clone https://github.com/gcarrarom/turnip-exchange-automator.git
cd turnip-exchange-automator
pip install .
After installed, you will have now the new turnip
command in your terminal $PATH
.
The requirements of this CLI are suppposed to be installed automatically by the installation process, but the list of packages necessary are available in the requirements file.
To get started, all you need to do is run turnip
from the command line and that shall give you a list of islands available and their turnip prices:
For more capabilities, you can always run turnip --help
:
turnip-exchange-automator at ☸️ docker-desktop ()
⌁ turnip --help
Usage: turnip [OPTIONS]
Options:
--minimum INTEGER Minimum tulip price to show
--threshold INTEGER Threshold where the price is green
--watch Whether or not to watch for the islands constantly
--help Show this message and exit.
- Console printout visual revamp
- Multiple output types
- Support for island notification
- Support for joining islands' queues automatically
- Support for abstracting the queueing interface completely - No more heavy page-loads
- Querying for fees (that's going to be tricky)
- Make it easier to install (Could be prioritized if someone else is using it :laugh:)