Maudbot rewrite
Go to file
silverweed fe0d13faf4 Add 'flush-reminders' command to remind module 2022-06-14 12:58:43 +02:00
modules Add 'flush-reminders' command to remind module 2022-06-14 12:58:43 +02:00
utils Command parsing fixes 2022-03-27 22:53:50 +02:00
.drone.yml Tags are not on branches 2022-03-27 22:45:02 +02:00
.gitignore Add 'flush-reminders' command to remind module 2022-06-14 12:58:43 +02:00
Dockerfile Finisco la peperonata e scendo 2022-03-25 20:52:33 +01:00
README.md Run setup 2022-03-24 13:24:20 +01:00
go.mod Add photo modules 2022-03-27 22:40:10 +02:00
go.sum Add photo modules 2022-03-27 22:40:10 +02:00
main.go Add photo modules 2022-03-27 22:40:10 +02:00
run.ps1 Add photo modules 2022-03-27 22:40:10 +02:00
run.sh Add 'flush-reminders' command to remind module 2022-06-14 12:58:43 +02: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