python3 -m pip install -U python-dotenv
python3 -m pip install -U apiclient
python3 -m pip install --upgrade google-api-python-client
python3 -m pip install -U discord.py[voice]
For Mac, if there are SSL errors, go to Applications > Python, Install Certs
python3 bot.py
Create .env
file; this should never be committed to GitHub:
DISCORD_TOKEN=discordapptoken
YOUTUBE_KEY=youtubeapikey
pip install pyperclip
pip install requests
pip install beautifulsoup4
python3 -m pip install pyinputplus