This is the first official release of ShipwreckedCLI, a powerful terminal-based client for Hack Club's Shipwrecked hackathon website, built with Python to provide nearly complete functionality equivalent to the web interface.
Requirements
- Python 3.7+
- Dependencies listed in
requirements.txt - Valid Shipwrecked account credentials
Installation
To install ShipwreckedCLI please
-
Clone the repository
git clone https://github.com/LennyMaxMine/shipwreckedcli cd ShipwreckedCli -
Create a virtual environment
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install dependencies
pip install -r requirements.txt
-
Run the application
python main.py
Usage
The complete documentation is in the README.md. In the programm, type "help" to get help (lol).