Skip to content

Antsega/swellWatcher-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Generate Spotify Keys

  1. VENV

python -m venv venv

activate venv

source venv/bin/activate

install dependencies

pip install -r requirements.txt

  1. Discord Key

Walkthrough : https://www.writebots.com/discord-bot-token/

Create DISCORD_DEV_BOT_TOKEN in .env for ./bot.py discord_token var

Invite your bot to server

Documentation

Spotipy documentation https://spotipy.readthedocs.io/en/2.22.1/#spotipy.client.Spotify.search

FFmpeg download https://ffmpeg.org/download.html

Common Issues if you get an ffmpeg error, likely you need to install ffmpeg on your machine

sudo apt update
sudo apt install ffmpeg
  1. Add to server

https://discord.com/developers/applications

OAuth2 tab generate new link to add to server

should be able to run ffmpeg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages