A Kuwo Music Spider as a semester project Construction finished in a week.
Have a GUI window and a terminal interactive interface, default download path is ~/Music
git clone [email protected]:hz1624917200/KuwoSpider.git
pip install requests
pip install beautifulsoup4
pip install retrying
pip install jieba
pip install pyfiglet
pip install PyQt5 # if GUI needed
cd ./KuwoSpider
# Shell interactive
python main.py
# GUI window
python ./spiderui/mainwindow.py