Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tzapu/disco-bit

discord notifications bot for orders on bittrex
https://github.com/tzapu/disco-bit

bittrex bot discord discord-bot golang

Last synced: 16 days ago
JSON representation

discord notifications bot for orders on bittrex

Awesome Lists containing this project

README

        

### Setup Discord
Create an app and an access token for your bot
https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token
Create Application
https://discordapp.com/developers/applications/me
Create a Bot User
Get Bot Token
Add Bot to Server
https://discordapp.com/oauth2/authorize?&client_id=YOUR_CLIENT_ID_HERE&scope=bot&permissions=0

### Run in Docker
```
docker run -d --restart always --name disco-bit -e D_TOKEN="Bot tOkEn.From.DiSc0rd" -v /opt/config/disco-bit/:/go/src/app/config/ tzapu/disco-bit:latest -v
```