Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craciunoiuc/discord-bot
Discord bot with multiple, custom-made, functionalities. Hobby Project.
https://github.com/craciunoiuc/discord-bot
bot discord discord-bot golang
Last synced: about 1 month ago
JSON representation
Discord bot with multiple, custom-made, functionalities. Hobby Project.
- Host: GitHub
- URL: https://github.com/craciunoiuc/discord-bot
- Owner: craciunoiuc
- Created: 2022-07-24T10:19:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T10:00:12.000Z (over 1 year ago)
- Last Synced: 2024-06-21T09:50:40.895Z (6 months ago)
- Topics: bot, discord, discord-bot, golang
- Language: Go
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Bot with Markov
## Linux Steps
### First-time setup
1. `touch .env`
2. `docker-compose up registry`
3. `docker build . -t localhost:5000/markov-discord-go/markov-discord-go:latest`
4. `docker push --disable-content-trust localhost:5000/markov-discord-go/markov-discord-go:latest`### Build setup
1. `make devenv`
2. `make discord-bot`### Run setup
1. Copy your `json` data to `data/`. Make sure it's a `.zip` file.
2. `./dist/discord-bot start`