Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 625 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 625 Bytes

Kuwo Spider

A Kuwo Music Spider as a semester project Construction finished in a week.

Version - 1.0

Have a GUI window and a terminal interactive interface, default download path is ~/Music


Installation

1. Clone repository

git clone [email protected]:hz1624917200/KuwoSpider.git

2. Install dependence

pip install requests
pip install beautifulsoup4
pip install retrying
pip install jieba
pip install pyfiglet
pip install PyQt5 # if GUI needed

3. Start

cd ./KuwoSpider
# Shell interactive
python main.py
# GUI window
python ./spiderui/mainwindow.py