Iskaribot.go was built with Go 1.17.
- Use
./go
as your working directory. - Get dependencies by running
go get
. - Add configuration data to the included
rename.env
file in the root folder, and rename the file to.env
. Add it to the./go
working directory. Optionally, and for production deployment, the configuration can be added as environment variables. - Run the bot with
go run iskaribot.go
which will start the built in http server and listen on the port configured in the environment variable PORT.