Releases: calexil/BansheeBot
Releases · calexil/BansheeBot
Beta 0.0.2 Release
Version 0.0.2 Beta notes:
- Migrated to Render.com web npm deployment
- Updated to Node 16
- Updated to DiscordJS 14.7.1(what a nightmare)
- Fixed up code logic for music channel detection
BansheeBot
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
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.