Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ptrcnull/bambot-go
bambot in golang
https://github.com/ptrcnull/bambot-go
Last synced: 25 days ago
JSON representation
bambot in golang
- Host: GitHub
- URL: https://github.com/ptrcnull/bambot-go
- Owner: ptrcnull
- Created: 2019-10-31T07:20:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T18:55:42.000Z (about 3 years ago)
- Last Synced: 2023-03-09T03:41:39.836Z (over 1 year ago)
- Language: Go
- Size: 545 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BamBot
A simple program written in Go that replies with the `BAM!` image when you execute the command `!bam`.
## Requirements
- Docker
OR
- just+go## Setup
1. Create a `.env` file with the contents `TOKEN=`
(see [this](https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token) link to create a token and add it to your server)## Usage (just+go)
1. `just run`
## Usage (Docker)
1. `docker-compose up --build`