Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.36 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.36 KB

NeteasePersonalSonglist (NPS)

A Serverless Python Script that will enable you to generate a poster including the songs that you listen in the week / all time.

Deploy with Vercel

Configuration

You may need to configure it by yourself in the "config.yml" as you have to change the parameters to get your poster instead of mine.

ua: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" # which presumably you could change randomly.
esk: "In your request"
params: 'In your request'
csrf: "In your request"
id: "Your Netease Music ID"
cookie: "In your request"

Usage & Example

I have deployed it myself on https://wyy.oblivionocean.top/ .

Demo: https://wyy.oblivionocean.top/week_poster.png

Demo: https://wyy.oblivionocean.top/all_time_poster.png

[Week Poster](https://wyy.oblivionocean.top/week_poster.png)
[All Time Poster](https://wyy.oblivionocean.top/all_time_poster.png)

Week Poster

All Time Poster

Deploy it on Vercel

Deploy with Vercel