A simple discord bot that reads the song info from the currently playing track in Banshee media player or Rhythmbox media player and displays it in a Discord channel. Also includes some silly commands you can edit.
- 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 Render.com 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 60 to match your music channels Id, then edit the file at line 22 so it matches your Render app page.
- 5: Start Banshee or Rhythmbox, Play music and then run the bansheecheck.sh script or the rhythmboxcheck.sh script, be sure to edit it to match your username and Render app page endpoint
- 6: Check out the Command list here
- 7: Watch it go.