unixfox / grafana-stratusnetwork

Scripts and programs for generating the grafana dashboard for the Minecraft server Stratus Network
https://graph.unixfox.eu
6 stars 0 forks source link

Give unixbox common query response functionality #31

Open Siceth opened 6 years ago

Siceth commented 6 years ago

What unixbox can do right now is great, but player interaction is limited to however CleverBot responds. Ideally, some regex statements should catch questions players commonly ask (that are Stratus-related); i.e:

That little bit of parsing would really help hook the bot into the server better, although I can see where potential snares can be hit.

unixfox commented 6 years ago

That's some great ideas but about the prediction match wouldn't be tactical information?

unixfox commented 6 years ago

I found a great project which I'll use to build the specific replies: https://recast.ai. I just sent you an invite if you want to help me building it on this project: https://recast.ai/unixfox/stratusbot. It doesn't require to code (but it's possible), just learning how to use the interface. It's even possible to fetch some specific replies from a webhook written in PHP, Python, Ruby or NodeJS (so if you want to implement some data from your stats project it's possible :smiley: ). You can find some help on their blog: https://recast.ai/blog/category/tutorial/ and some webhook examples if you are interested into expanding the custom replies of the bot:

unixfox commented 6 years ago

Recast implemented in https://github.com/unixfox/grafana-stratusnetwork/commit/682638ac824e4f00689683a18049548789b94fa9