Skip to content

Uses foopee.com and spotify api to find all upcoming shows with artists you have saved songs by. Requires a Spotify developer account

Notifications You must be signed in to change notification settings

Deanstirrat/the-list-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

the-list-scraper

Uses foopee.com and spotify api to find bands/artists in your library that have performances in the Bay Area. Requires a Spotify developer account.

How to use:

1. Create a spotify developer account and create a new project:

Screenshot 2023-11-15 at 1 27 40 PM

2. In the app settings, set redirect uri to "http://localhost:1234":

Screenshot 2023-11-15 at 5 18 42 PM

3. Get your client ID and secret. You will paste these into the application:

Screenshot 2023-11-15 at 1 30 47 PM

4. Run the program

4.a. find folder where file is saved (on my desktop in this example):

Screenshot 2023-11-15 at 5 22 08 PM

4.b. Open terminal and navigate to folder path with cd command (example: Desktop/the-list-scraper):

cd path/to/folder
Screenshot 2023-11-15 at 5 23 48 PM

4.c Install required libraries (run command in terminal):

pip install beautifulsoup4 requests spotipy

4.d. Run program with (run command in terminal)

python listScraper.py

5. Paste Client ID and Client Secret into the window

Screenshot 2023-11-15 at 5 18 12 PM

6. Click find shows and wait for the shows to appear (may take longer based on number of saved songs)

Screenshot 2023-11-15 at 5 17 46 PM

About

Uses foopee.com and spotify api to find all upcoming shows with artists you have saved songs by. Requires a Spotify developer account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages