Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tzapu/disco-bit
- Owner: tzapu
- License: mit
- Created: 2017-12-10T08:02:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T07:21:59.000Z (almost 7 years ago)
- Last Synced: 2024-10-10T15:41:23.920Z (about 1 month ago)
- Topics: bittrex, bot, discord, discord-bot, golang
- Language: Go
- Size: 25.4 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```