Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Keffin/Discord-bot-and-spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Discord-bot-and-spotify

Discord bot with a small touch of Spotify by Keffin.

Steps

Step 1:

First of begin with downloading the discord.py library, you can do so by running following in your terminal:

python3 -m pip install -U discord.py

The documentation for the discord.py API wrapper for Discord: Docs

Step 2:

Go to discord developer dashboard. Here you can add a bot to the server you wish to use it on. This is also where you will get your bots token, save it.

Step 3:

Download the spotify library for python, it's called Spotipy. By running following:

pip3 install spotipy

The documentation for spotipy API: Docs

Step 4:

Go to the spotify developer dashboard. Get your client id, get your client secret and set your redirect uri to the link you wish.

Step 5:

Set the username to your username uri and the playlist to the playlist uri of your choice.

Step 6:

Once the client id, client secret, redirect uri, spotify token and discord token are set you can run the program!

About

Discord bot with a small touch of spotify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages