Skip to content

rob-med/BackupSetlist.fm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

BackupSetlist.fm

Easily backup your setlist.fm attended gigs data with a csv/excel spreadsheet. The output file contains the following info for every concert:

 'eventDate', 'artist.mbid', 'artist.name','venue.name','venue.city.name',
 'venue.city.country.code', 'venue.city.country.name'

Live Web App

Backup your data on the Flask-based Web App backup-setlist.fm on Heroku

Requirements

  • Python 2 or 3
  • The following packages: pandas, numpy, requests (all available on pip: pip install <package>)

Usage

Replace YOUR_API_KEY_HERE with the API KEY obtained from setlist.fm.

Launch the script with your USERNAME on setlist.fm and the preferred format (options: csv or excel)

python backup_setlist_fm.py -u USERNAME [-f FORMAT]