Maudbot rewrite
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Hamcha 3f1f822b8c
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is failing Details
Add mixed durations in reminder
12 months ago
modules Add mixed durations in reminder 12 months ago
utils Command parsing fixes 12 months ago
.drone.yml Tags are not on branches 12 months ago
.gitignore Add two modules 1 year ago
Dockerfile Finisco la peperonata e scendo 1 year ago
README.md Run setup 1 year ago
go.mod Add photo modules 12 months ago
go.sum Add photo modules 12 months ago
main.go Add photo modules 12 months ago
run.ps1 Add photo modules 12 months ago
run.sh Add photo modules 12 months ago

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