Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abheekda1/jokerbot
A Discord bot that fetches jokes using the Nerd Jokes API written in Go
https://github.com/abheekda1/jokerbot
bot discord discordgo golang joke
Last synced: 6 days ago
JSON representation
A Discord bot that fetches jokes using the Nerd Jokes API written in Go
- Host: GitHub
- URL: https://github.com/abheekda1/jokerbot
- Owner: abheekda1
- License: apache-2.0
- Created: 2021-03-30T14:17:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T15:21:54.000Z (over 3 years ago)
- Last Synced: 2024-06-19T15:06:07.199Z (5 months ago)
- Topics: bot, discord, discordgo, golang, joke
- Language: Go
- Homepage: https://adat.link/jokerbot
- Size: 3.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JokerBot
A Discord bot that fetches jokes using the Nerd Jokes API written in Go## About
This is a very simple Discord bot which works in tandem with my [Nerd Jokes API](https://github.com/ADawesomeguy/nerd-jokes-api). It's part of my first project in learning golang and uses the language bindings for the Discord API provided by [discordgo](https://github.com/bwmarrin/discordgo).## Usage
To use the bot, just clone the repository and run `go run main.go [BOT TOKEN]`. To compile it as a binary (recommended for production), run `go build main.go`, and then run it as `./main [BOT TOKEN]`.