Adam Goforth
Adam Goforth
Currently, if the script detects that a playlist already exists, it assumes the playlist is complete and skips it. Instead, we should verify that the playlist has the full number...
The current code does a YouTube search for every song in every playlist. This is a problem because the current Google API credits system ranks searches as very expensive, so...
There are currently very minimal tests in `createbillboardplaylist_test.py`. We should improve this significantly.
Instead of hardcoding the list of charts in the `create_all()` function, it would be better to allow each user to configure the charts in the `settings.cfg` file. We'll need the...