A simple script to webscrape the daily Top-200 from spotifycharts.com and safe locally as csv-files
Using the get_charts_cli.py we can generate CSV files sourcing from the official Spotifycharts Website.
By default, the Script will generate a folder in the current directory called chart_files if the directory doesn't exist.
We need to state a given date (YYYY-MM-DD) and as an option (-c) we can state a country code (e.g. usfor the United States), otherwise defaultglobal` will be used.