netease music is the most popular between young people. it use the machine
learning technology to recommend music to the user. this brings much exciting
feeling than any other music box.
this post teach you how to use the netease music web api. you can find the api
source file here.
to use the api separately you need to install:
python 2.7
requests
BeautifulSoup4
pycrypto
I recommend you use the ipython to test this api.
1. start ipython
2. prepare the username and password, you can use phone to login
3. login to the netease music
4. get the userid from response and request the user playlist
5. get the sublist of the top_list
6. get the list
This is very useful if you want to integrate the netease music into your own app
or website, you can use this one.