Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxfirecodes/gurrl
Golang using Real Radioactive Lasers - a Discord bot
https://github.com/foxfirecodes/gurrl
Last synced: 5 days ago
JSON representation
Golang using Real Radioactive Lasers - a Discord bot
- Host: GitHub
- URL: https://github.com/foxfirecodes/gurrl
- Owner: foxfirecodes
- Created: 2017-04-11T15:20:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T00:15:39.000Z (about 1 year ago)
- Last Synced: 2025-01-01T13:44:02.402Z (5 days ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GuRRL
Golang using Real Radioactive Lasers - a simple Discord bot that I made so I could learn about [Go](http://golang.org). It only has a few commands right now.
## Download
I will do my best to keep the [releases page](https://github.com/Rayzr522/GuRRL/releases) up to date with executables in as many platforms as I can.
If you want to manually build this yourself, just [install Go](https://golang.org/dl/), clone the repository and run the following command:
```bash
go build -o dist/main main.go
```For those of you on **\*nix** operating systems, you can run the `build` script that comes with the code. It executes the command shown above.
## Running
Just run the built file and provide it with a token:
```
main -t "YOUR_BOT_TOKEN"
```