Web scraper saving music lists from SoundCloud and YouTube.
Save the name of your songs into text files.
Make sure you don't loose your favorite songs again without being noticed ;)
In order to run the script, you will need:
- Chrome installed
- ChromeDriver: Make sure that the downloaded version matches your local instance's version. Setup the driver
- python3
- python packages mentioned in
requirements.txt
-
pip3 install -r requirements.txt
-
Edit the get_music_lists.py file to meet your requirements
Enter the project then run:
python3 get_music_lists.py
The results are written in the my_lists
folder :)