Skip to content

Python web scraper for generating albums by genre (genre can be picked based on your spotify history). Listen to the album on spotify by clicking on its image

Notifications You must be signed in to change notification settings

kalkulator413/album-gen-py

Repository files navigation

album-gen-py

Python web scraper for generating albums by genre. Listen to the album on spotify by clicking on its image

image

usage instructions: run main.py using python3 main.py, authorize with spotify when prompted

NOTE: I WILL NEED TO MANUALLY ADD YOUR SPOTIFY EMAIL ADDRESS SINCE SPOTIFY LIMITS PUBLIC ACCESS TO UNAPPROVED APPS LIKE THIS ONE 😔

contact me at fkalkin@ucsd.edu

required python libraries

  • PIL pip3 install pillow or pip install pillow
  • cloudscraper pip3 install cloudscraper or pip install cloudscraper
  • spotipy pip3 install spotipy or pip install spotipy
  • PySimpleGUI pip3 install PySimpleGUI or pip install PySimpleGUI

About

Python web scraper for generating albums by genre (genre can be picked based on your spotify history). Listen to the album on spotify by clicking on its image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages