AlexPresso / ZUnivers-Ninja

Automated advice tool for the ZUnivers card game (not affiliated)
https://zunivers.zerator.com
4 stars 1 forks source link

Standalone app #37

Open Synochy opened 1 year ago

Synochy commented 1 year ago

Hello, I would love to use your tool but is it possible to have a simpler way to use the app like an .exe file or other ?

thanks for your work regards,

AlexPresso commented 1 year ago

Hi @Synochy

We talked a bit about it on Discord, but ZUnivers-Ninja is (at the moment) designed to work as a backend RestAPI / CronTask executor. That means it needs to be running on a server and it will automatically send some advices messages (containing a list of commands to run), inside a desired Discord channel.

Making a user interface is maybe a bit overkill, but what I can do is make it a standalone app (CLI) so you can run it using cmd or powershell and get a list of commands everytime you need to.

You'll still have to setup a Neo4J database and configure the app correctly anyway.