Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackarch/blackarch-discord-bot
BlackArch Discord Bot written in Go
https://github.com/blackarch/blackarch-discord-bot
blackarch discord discord-bot
Last synced: 2 days ago
JSON representation
BlackArch Discord Bot written in Go
- Host: GitHub
- URL: https://github.com/blackarch/blackarch-discord-bot
- Owner: BlackArch
- Created: 2020-07-04T13:12:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-26T20:02:31.000Z (about 4 years ago)
- Last Synced: 2024-05-19T00:05:41.292Z (8 months ago)
- Topics: blackarch, discord, discord-bot
- Language: Go
- Homepage:
- Size: 71.3 KB
- Stars: 9
- Watchers: 14
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlackArch Discord Bot
A Discord Bot written in Go to search for packages.
Contributions are more than welcome, however, keep in mind we like things simple.
## Dependencies
- bwmarrin's Discord Go Library: https://github.com/bwmarrin/discordgo
```bash
go get github.com/bwmarrin/discordgo
```*Note*: considering you have `go` in your `PATH`.
## Usage
To run the bot you need a Discord Application (Bot) Token:
https://discord.com/developers/docs/topics/oauth2#bots```bash
make clean run TOKEN='*'
```## TODO
- [ ] Package search optimization;
- [ ] Proper directory structure (`src`, etc.);
- [ ] Split code base in multiple files (specially one to handle the triggers);