Maudbot rewrite
Go to file
Hamcha bc5299f383
Add two modules
2022-03-24 16:28:00 +01:00
modules Add two modules 2022-03-24 16:28:00 +01:00
utils First!!!1 2022-03-24 12:47:37 +01:00
.gitignore Add two modules 2022-03-24 16:28:00 +01:00
Dockerfile First!!!1 2022-03-24 12:47:37 +01:00
README.md Run setup 2022-03-24 13:24:20 +01:00
go.mod First!!!1 2022-03-24 12:47:37 +01:00
go.sum First!!!1 2022-03-24 12:47:37 +01:00
main.go Add two modules 2022-03-24 16:28:00 +01:00
run.ps1 Add two modules 2022-03-24 16:28:00 +01:00
run.sh Add two modules 2022-03-24 16:28:00 +01:00

README.md

Maudbot rewrite

Development setup

You will need:

  • A healthy fear of the end
  • ngrok

Run ngrok http 8080 to get an HTTP address for port 8080.

Then, run run.sh or run.ps1 specifying the bot token and ngrok base HTTPS address, eg.

./run.sh 12345:AEEA311_EU https://abcd-12-23-43-112.ngrok.io

Deployment

Build and deploy the docker container using the provided Dockerfile