This python script provides basic web scraping capabilities for albumoftheyear.org in order to gather data about your favorite albums and artists
- clone the repo
pip3 install pytest-playwright- run
pytest install pip3 install beautifulsoup
example usage:
python3 main.py -AS -ar "artist's name" -al "album name"
functions:
-AS Search for an album
optional arguments:
-ar, --artist Name of a musical artist
-al, --album Name of an album