Skip to content

alexdanilowicz/Setlist-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎵 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. Generate UI from any design system.

About

Visualize what your favorite band plays in concert

Resources

Stars

Watchers

Forks

Languages