Did you really expect a reason for why one would need a dabbot?
- Download/Clone repository
- Run
go mod download
to download dependencies - Run
go build -o dabbot .
to compile - Create
dabs
folder and fill with the appropriate files. - Set environmental variable
TOKEN
for the bot to use - Start the bot with
./dabbot
or do step 4. & 5. withTOKEN=abc:def ./dabbot
- Download/Clone repository
- Create
dabs
folder 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