https://github.com/BitBotFactory/MikaLendingBot
Ideally will run it on docker but haven't figured out switching it to arm version images so just run it on the host for now.
- clone repo
- install deps
- Edit config file
- create
/lib/systemd/system/lendingbot.service=> copy from below but edit <CODE_DIR> dir $ systemctl daemon-reload$ systemctl enable lendingbot.service$ systemctl start lendingbot.service$ systemctl status lendingbot.service- Show logs
$ journalctl -f -a -u lendingbot.service