calexil / BansheeBot

A simple 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.

Home Page:https://bansheebot.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icon BansheeBot

Node.js CI CodeFactor Render Maintainability GitHub issues

Intro

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.

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 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.

Bug Reporting

Submit Issues here

Credits

About

A simple 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.

https://bansheebot.onrender.com/

License:GNU General Public License v3.0


Languages

Language:JavaScript 70.4%Language:Shell 29.3%Language:Procfile 0.4%