Skip to content

A music bot for Discord that streams music from Google Play Music in a voice channel.

License

Notifications You must be signed in to change notification settings

necroguemancer/google-play-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

google-play-discord-bot

A music bot for Discord that streams music from Google Play Music in a voice channel.


Installation


Requirements:

  • Python 3.5
  • pip
  • Faker
  • gmusicapi
  • discord.py+voice
  • ffmpeg
  • ???
  • Warriors blew a 3-1 lead.

Steps to installing the bot:

  1. Install Python 3.5 on Windows or Linux.
  2. Install the required packages:
pip install gmusicapi==1.10.1
pip install discord.py+voice
pip install asyncio
pip install aiohttp
pip install discord
pip install Faker
  1. Install ffmpeg on Linux or Windows. Make sure to add ffmpeg to the path if you're installing on Windows.
  2. Download the bot, search up "email" in main.py
  3. Replace 'email' and 'password' with your Google Play Music account's email and pass.
  4. Go to the bottom of the file and look for bot.run("bot-token-here") Replace bot-token-here with the bot token you gain from Discord.
  5. cd into the directory where the bot is and run python main.py

NOTES:

  • When using this, please make sure everyone in the channel has a Google Play Music subscription. This is just to make sure no one gets in trouble.

  • To see the bot's commands do !help

  • To get the best results from the !play command this is the best format: !play (Artist Name) - (Song Name)

About

A music bot for Discord that streams music from Google Play Music in a voice channel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages