python 3.5 Netease Music Spider, which fetches the songs with highest comment number
Features:
-
Fetch songs which have more than 100,000/80,000/60,000/40,000/20,000 comments, and save to files
-
can resume last fetch if it did not finish successfully
Pre-requirements:
-
python3
-
selenium package for python3
-
chrome browser
-
GUI ( not sure if mandatory)
How To Run:
-
Delete the ./out dir(including all the files in it)
-
Run the main.py and wait for it finishes, Please note that it can take 2 days to get the job done
-
please kindly help commit the new ./out folder to this repository if possible
TBD:
- add function to spide only some specified categories
#2. add function to spide more songs, say, songs with more than 10,000+ comments
-
add function to download the songs' mp3 files automatically
-
More