Beta 0.0.1 Release
BansheeBot
Intro
A simple bot that reads the song info from the currently playing track in banshee media player and displays it in a Discord channel. Also includes some silly commands.
Installation
- 1: Clone the repo:
git clone https://github.com/calexil/BansheeBot.git
or fork it. - 2: Make a new app with the discord developer dashboard and note your client secret.
- 3: Link your free heroku account to github and deploy your fork or clone, be sure to set your config vars with an item KEY of BOT_TOKEN and a value of the aformentioned client secret from your discord bot app.
- 4: Edit the file bot.js at line 43 to match your music channels Id, then edit the file at line 60 so it matches your heroku app page.
- 5: Make sure the bansheecheck.sh script is set it to run at your systems startup with
bash bansheecheck.sh
be sure to edit it to match your username and heroku app page endpoint - 6: Check out the Command list here
- 7: Play music through Banshee media player and watch it go.