wangyi_music_top100 icon indicating copy to clipboard operation
wangyi_music_top100 copied to clipboard

网易云音乐歌单 TOP 100 . Try it now:

Results 10 wangyi_music_top100 issues
Sort by recently updated
recently updated
newest added

由于爬虫的爬取策略是从热门歌单里爬,有些播放数很高的歌单可能没有出现,从而遗漏了它们。应当提供方便的途径让用户反馈这些歌单。

爬虫有状况什么的起码要有机制来提醒我跪了。。。

官方评定的精品歌单,在您发布的排行榜里一个都没有啊。希望能修正这个BUG。

发现歌单的 api 为:`http://music.163.com/api/playlist/detail?id=[songlist_id]` - 歌单名字 `result["name"]` - 歌单 tag `result["tags"]` - 播放数 `result["playCount"]` - 收藏数 `result["subscribedCount"]` - 评论数 `result["commentCount"]` - 分享数 `result["shareCount"]`

爬虫爬取数据,flask 暴露 API 接口,前端交给 JS 。 _(:3

We may need transactions or more advanced ways to make our crawler more stable.

make it run, make it fast. :cake:

enhancement

现在记录的数字有:播放数,收藏数,评论数,分享数 是否可以让用户通过自定义分配不同的权重比和分数,来得出一个歌单的总体分数。

enhancement