Maudbot rewrite
Go to file
Hamcha fda955ad97
continuous-integration/drone/push Build is failing Details
fix sourcehut blacklisting google
2023-01-10 09:40:08 +01:00
modules Refactor reminders into a more powerful package 2022-11-28 11:06:15 +01:00
utils Refactor reminders into a more powerful package 2022-11-28 11:06:15 +01:00
.drone.yml Tags are not on branches 2022-03-27 22:45:02 +02:00
.gitignore Refactor reminders into a more powerful package 2022-11-28 11:06:15 +01:00
Dockerfile fix sourcehut blacklisting google 2023-01-10 09:40:08 +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 photo modules 2022-03-27 22:40:10 +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