Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotbunny/dotbot
The "Helpful" Discord Bot
https://github.com/dotbunny/dotbot
bot discord dotbunny
Last synced: 9 days ago
JSON representation
The "Helpful" Discord Bot
- Host: GitHub
- URL: https://github.com/dotbunny/dotbot
- Owner: dotBunny
- Created: 2017-05-14T01:41:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T22:28:10.000Z (over 7 years ago)
- Last Synced: 2024-11-08T04:15:16.197Z (2 months ago)
- Topics: bot, discord, dotbunny
- Language: Go
- Homepage:
- Size: 77.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotBot
## About
This is just a helper bot that sits in our Discord server, as well as the PTBO Game Jam server. It's nothing too fancy, but something here might be useful to someone, so best to make it public.## Requirements
You will need some place to run the bot with a functioning Go workspace. Other then that, it is pretty self explanitory.- Go Lang 1.7.5+
### External Packages
- github.com/BurntSushi/toml
- github.com/bwmarrin/discordgo
- github.com/mmcdole/gofeed
- golang.org/x/net/html## Installation
Once you've got the repo locally, you simply need to make sure to create a "bin" folder and put a *config.toml* in there. The binary will compile to there as well.
The contents of your *config.toml* should look like this:
> token = "_put your bot token here_"