Skip to content

OpenTTD/bananas-frontend-cli

Repository files navigation

BaNaNaS CLI frontend

GitHub License GitHub Tag GitHub commits since latest release

GitHub Workflow Status (Testing)

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.

Development

This CLI tool is written in Python 3.8 with aiohttp, and makes strong use of asyncio.

Usage

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