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

https://github.com/eirc/awesomo

Discord bot, not that smart
https://github.com/eirc/awesomo

bot discordrb docker ruby

Last synced: 3 months ago
JSON representation

Discord bot, not that smart

Awesome Lists containing this project

README

          

[![Travis (.org)](https://img.shields.io/travis/eirc/awesomo.svg)](https://travis-ci.org/eirc/awesomo)

Inspired by https://medium.com/@goodatsports/how-to-make-a-simple-discord-bot-in-ruby-to-annoy-your-friends-f5d0438daa70

# Discord setup

1. Create Discord application
2. Add bot to server
3. Invite bot to your server
- https://discordapp.com/oauth2/authorize?client_id=&scope=bot&permissions=36703232
- https://discordapi.com/permissions.html#36703232

# Run / Develop / Deploy

1. Install docker and docker-compose.
2. Clone repo
3. Setup `.env` file (copy `.env.sample` and fill it)
4. Check [Makefile](Makefile) for available actions