Did you really expect a reason for why one would need a dabbot?
- Download/Clone repository
- Run
go mod downloadto download dependencies - Run
go build -o dabbot .to compile - Create
dabsfolder and fill with the appropriate files. - Set environmental variable
TOKENfor the bot to use - Start the bot with
./dabbotor do step 4. & 5. withTOKEN=abc:def ./dabbot
- Download/Clone repository
- Create
dabsfolder and fill with the appropriate files. - Build docker image and run it
docker build -t dabbot . && docker run --rm -e TOKEN='abc:def' -v dabs:/app/dabs dabbot
- Fork it
- Clone it:
git clone https://github.com/bermos/Dabbot - Create your feature branch:
git checkout -b my-new-feature - Make changes and add them:
git add . - Commit:
git commit -m 'Add some feature' - Push:
git push origin my-new-feature - Pull request