OpenTTD / bananas-frontend-cli

A CLI frontend for the BaNaNaS API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A CLI frontend for the BaNaNaS API

License:GNU General Public License v2.0


Languages

Language:Python 100.0%