[Original tool] NetEase Cloud Music listens to songs with one click, and listens to hundreds of songs in seconds

introduction

Simply put, it is a small tool that can quickly increase the number of times a specified song is played. I saw someone looking for this tool before, so I made one by myself. The API used in it is still the API that NetEase Cloud quickly upgraded last time, but everyone needs to update it.

By increasing the number of times you play the music you like, changing the weight of this part of the music in the NetEase cloud personalized system, and quickly correcting your listening preferences, making the songs recommended by NetEase Cloud more and more in line with your own tastes.

Put down the quick update post you posted earlier to facilitate new friends to build API: NetEase Cloud Music multi-account automatic update, completely free your hands

In addition, the source code has also been open sourced on GitHub. If you are interested, you can download the source code and try it yourself. The address is below.

Effect demonstration

Before use, you can see the two songs are 92 times and 41 times respectively

before use

Two after each use up 300 Shou

After use

Someone may ask that the cumulative number of plays of the above 2218 has not changed. That is because the total number of cumulative plays only counts songs that are not repeated.

The calling API address is (this API can be built by yourself):

Open the software and fill in the account password ( MD5 ) and API to start the task

The screenshot of the software is like this

The single song idis 5101628912a total of six songs, number of plays for the fill 1000, click start execution wait a few seconds we can see feedback in the status bar at the bottom of the software, a total of 6000 listened to here.

download link

Software download address: https://zaincheung.lanzous.com/i9HD9ehj29g

Software project address: https://github.com/ZainCheung/netease-cloud-fastplay

api interface project address: https://github.com/ZainCheung/netease-cloud-api

Demo address of api: https://netease-cloud-api.glitch.me


Precautions

1. API

It’s best to build the API by yourself. Using the default API will cause a lot of users to be very slow or even unable to get in . The API used by this software is still the last API, but the project has a new interface. If you build it before After that, you don’t need to rebuild, just copy index.phpthe entire content of the project file, then paste it into your api project, index.phpand restart the project.

The latest address of the API project: https://github.com/ZainCheung/netease-cloud-api

2. Password

The password must go to the MD5 encrypted website for conversion! ! Choose 32-bit lowercase when making! ! !

This software will not upload your original password to the server, please rest assured to use

"Making" MD5 online: https://tool.chinaz.com/tools/md5.aspx

3. Number of songs listened to

Note: It is not recommended to set the number of play times too large, you can try setting dozens of them first.

4. Original intention

The original intention of this software is to help users who have used NetEase Cloud Music’s automatic upgrade to correct themselves when the system push is not accurate enough. By increasing the number of times a certain song is played, you can inform the system of your preference for listening to songs. The system recommends playlists and songs you like.

5. Other

Please do not open or delete the log file and configuration file before clicking the task!


Project structure

|-- 项目文件夹
    |-- LICENSE
    |-- README.md
    |-- init.config
    |-- main.py
    |-- ui.py
    |-- api.py
    |-- requirements.txt
    |-- run.log

LICENSE: Open source license

README.md: Project Readme

init.config: Configuration file

main.py: Main program

ui.py: Interface module

api.py: Interface module

requirements.txt: Dependency list

run.log: Run log

Disclaimer

All scripts, APIs and software in this project are only used for personal learning, development and testing. The 网易云copyright of all related words belongs to NetEase, and should not be used for commercial or illegal purposes. If legal disputes arise, they have nothing to do with them.

Guess you like

Origin blog.csdn.net/weixin_44343074/article/details/107282629