Skip to content

Find which artists you listen to on spotify are coming to SXSW!

Notifications You must be signed in to change notification settings

alanzeng17/SXSWFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions for running SXSWFinder

This needs to be run on Python 2.X

FOR FIRST USE: In order to properly use, need to create a spotify developer account, create an app, and obtain a client_id and a client secret. Be sure to add the URI link below to the redirect links in the settings of the the app dashboard.


  1. Open terminal, and navigate to where main.py is stored.
  2. type: python main.py
  3. (OPTIONAL) add a “> out.txt” without the quotations to the above command in order to pipe the output to a text file.
  4. Authorize access if prompted, and copy the link it redirects you to. It should look like http://localhost…
  5. Paste that link into the command line. Once done, you should not have to do this again.
  6. Follow the prompts given in the terminal to get desired output.

Instructions for running the SXSW Website scraper

  1. python scrape.py > sxswscrape.txt
  2. You may need to update the "url" variable depending on which year you are using this. You can just modify the year in the link, but it doesn't hurt to check.
  3. The current pushed sxswscrape.txt is current as of 2/17/17. Feel free to update it as needed.

The current list of SXSW Artists is current as of 2/17/17. Some artists that are listed differently on the website or have symbols(&,ect.) in their name may not be found.

About

Find which artists you listen to on spotify are coming to SXSW!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages