hopfenspace / MateBot

Micro service providing an API for MateBot clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a stable CLI for the main.py script

CrsiX opened this issue · comments

commented

The stable CLI for main.py should allow us to fully control the bot only via command-line arguments. This includes the creation of the database, the user setup, the import of old data (state.json and so on) and the execution of the bot, of couse.

commented

This issue will be closed since it's useless to create a new, fancy, stable command-line interface when that very interface is only reachable locally or via SSH, since the project is deployed on some server. Interactions with the bot will probably never be done via command-line interface anyways. The only thing that might be useful is a properly documented way to start and stop the bot and related services via CLI, but not to interact with it directly.