This Python script parses a Korean music ranking chart (ichart.instiz.net/real) using BeautifulSoup4 and generates a playlist on your YouTube account.
Example of playlist: https://www.youtube.com/playlist?list=PL9r5SfKA2Ne6Wf0iwPNrSqDuAbQmRa4SV
Basic Instructions:
- On Google Developers console, generate OAuth2.0 credentials for a Python project and download a copy of client-secrets.json
- Place client-secrets.json in same directory as 'youtube.py'
- Run 'python3 youtube.py'
- Link to created playlist will be printed on console
WIP