Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 887 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 887 Bytes

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]