Maudbot rewrite
Go to file
Hamcha 4b435d23bd
continuous-integration/drone/push Build is passing Details
I will now present quotes from Aldo Giovanni and Giacomo until this docker issue is resolved
2022-03-25 20:50:05 +01:00
modules Use db not files! 2022-03-25 20:06:13 +01:00
utils Use db not files! 2022-03-25 20:06:13 +01:00
.drone.yml Does this fix anything? 2022-03-25 16:03:48 +01:00
.gitignore Add two modules 2022-03-24 16:28:00 +01:00
Dockerfile I will now present quotes from Aldo Giovanni and Giacomo until this docker issue is resolved 2022-03-25 20:50:05 +01:00
README.md Run setup 2022-03-24 13:24:20 +01:00
go.mod Use db not files! 2022-03-25 20:06:13 +01:00
go.sum Use db not files! 2022-03-25 20:06:13 +01:00
main.go Use db not files! 2022-03-25 20:06:13 +01:00
run.ps1 Use db not files! 2022-03-25 20:06:13 +01:00
run.sh Use db not files! 2022-03-25 20:06:13 +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