Demo

Installation
Using Docker
docker build -t scilla .
docker run scilla help
Linux
git clone https://github.com/edoardottt/scilla.git
cd scilla
go get
make linux (to install)
Edit the ~/.config/scilla/keys.yaml file if you want to use api keys
make unlinux (to uninstall)
Windows (executable works only in scilla folder. Alias?)
git clone https://github.com/edoardottt/scilla.git
cd scilla
go get
.\make.bat windows (to install)
Create a keys.yaml file if you want to use api keys
.\make.bat unwindows (to uninstall)