Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`