Skip to content

Web application for generating Spotify refresh token

License

Notifications You must be signed in to change notification settings

arunpt/Spotify-Auth-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Auth

A simple Web UI to get the Spotify access & refresh tokens quickly.

Libraries and frameworks used

  • Flask
  • Bootstrap4
  • JQuery

Installation

  • Cloning the repository
git clone https://github.com/CW4RR10R/Spotify-Auth
cd Spotify-Auth
  • Setting up a virtual environment
pip3 install virtualenv
virtualenv spotify
source spotify/bin/activate
  • Installing the requirements and run your flask application
pip3 install -r requirements.txt
python3 main.py

About

Web application for generating Spotify refresh token

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published