Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.1 KB

File metadata and controls

41 lines (22 loc) · 1.1 KB

🎵 Setlist Visualizer

graph

Introduction

Python script that scrapes setlistfm for a given band and visualizes their setlists for a given tour.

Setlist Visualizer is one of the first things I ever "programmed." There's cool functionality here that could be improved upon. I come back to it every few years after my favorite artists go on tour.

Usage:

1. Install dependencies:

mkdir p3_env; python3 -m venv p3_env; source p3_env/bin/activate; pip3 install -r requirements.txt

2. Change constants:

At the top of the script, change the relevant constants.

3. Then, get the data in xlsx format

python3 visualizeSongs.py

4. Finally, visualize the data once you have it

python3 visualizeSongs.py

Acknowledgements:

Author of original setlist.fm scraping: the talented Ryan Lee Watts

Github: https://github.com/ryanleewatts

Script: https://github.com/ryanleewatts/coding-project/blob/master/scraper/SetlistScript.py

Sponsored by

Setlist Visualizer is proudly sponsored by Magic Patterns, an AI design tool.