Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 585 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 585 Bytes

Iskaribot.go

Development

Iskaribot.go was built with Go 1.17.

Run Iskaribot.go locally

  1. Use ./go as your working directory.
  2. Get dependencies by running go get.
  3. 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.
  4. 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.