A CLI tool to pretty print fleet files to console. Can write output as image, and provides a Discord bot on top.
Until the application is packaged and released, you will need to use code from this repository directly.
Clone this repository, or download it as an archive. The minimal requirements are:
Required:
- Python 3.10+
- Poetry (dependency manager)
- libcairo2 (system library)
Recommended:
- SteamCMD (full Steam Workshop integration)
- fonts-firacode (better font quality in rendered images)
To install, run:
poetry installAnd to execute, run:
poetry run nfcli -i your_file.fleet -pIf unsure, run:
poetry run nfcli -h- Create a new
Applicationvia https://discord.com/developers/applications - Configure
Botsection and generate aTOKEN - Invite the bot to your server
- Edit
.env.distand save it as.env - Run
make cacheto build caches - Start the bot
poetry run bot