hz1624917200 / KuwoSpider

Kuwo Music Spider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

Kuwo Music Spider


Languages

Language:Python 100.0%