Simple Deno application that will farm for resources from the Yuibot economy. See here for more details on Yuibot. To run simply provide url of discord channel to farm in and account's authorization token. Project can be run with Deno or with Docker.
Have Deno installed and run the following, replacing the variables:
deno run --allow-net index.ts --url=$URL --auth=$AUTH
Have Docker installed and run the following, replacing the variables:
./docker-build.sh --url="$URL" --auth="$AUTH"