This is a CLI frontend for the OpenTTD's content service, called BaNaNaS. It works together with bananas-api, which serves the HTTP API.
See introduction.md for more documentation about the different BaNaNaS components and how they work together.
This CLI tool is written in Python 3.8 with aiohttp, and makes strong use of asyncio.
To start it, you are advised to first create a virtualenv:
python3 -m venv .env
.env/bin/pip install -r requirements.txt
Next, check out the help.
.env/bin/python -m bananas_cli --help