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'
Backup your data on the Flask-based Web App backup-setlist.fm on Heroku
- Python 2 or 3
- The following packages: pandas, numpy, requests (all available on pip:
pip install <package>
)
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]