You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
modules | 2 months ago | |
utils | 2 months ago | |
.drone.yml | 2 months ago | |
.gitignore | 2 months ago | |
Dockerfile | 2 months ago | |
README.md | 2 months ago | |
go.mod | 2 months ago | |
go.sum | 2 months ago | |
main.go | 2 months ago | |
run.ps1 | 2 months ago | |
run.sh | 2 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