All Projects → RitterHou → Music 163

RitterHou / Music 163

Licence: gpl-3.0
爬取网易云音乐所有歌曲的评论数

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Music 163

Spiders
Python爬虫,返回一定格式的信息,下载,使用flask提供简易api。抖音无水印、皮皮虾、快手、网易云音乐、qq音乐、咪咕音乐、荔枝FM音频、知乎视频、最右语音、视频、微博......
Stars: ✭ 372 (+18.85%)
Mutual labels:  spider, music
Luoo.spider
🤖 A spider and server for Luoo.qy
Stars: ✭ 99 (-68.37%)
Mutual labels:  spider, music
Netcloud
NetCloud Web Spider
Stars: ✭ 37 (-88.18%)
Mutual labels:  spider, music
Netease Music Spider
netease-music-spider is a sipder that you can find beautiful girlfriend or handsome boyfriend.
Stars: ✭ 147 (-53.04%)
Mutual labels:  spider, music
Cloudmusic
网易云爬虫解决方案
Stars: ✭ 51 (-83.71%)
Mutual labels:  spider, music
Syncplaylist
sync playlist between music platform
Stars: ✭ 218 (-30.35%)
Mutual labels:  spider, music
Weixin Spider
微信公众号爬虫,公众号历史文章,文章评论,文章阅读及在看数据,可视化web页面,可部署于Windows服务器。基于Python3之flask/mysql/redis/mitmproxy/pywin32等实现,高效微信爬虫,微信公众号爬虫,历史文章,文章评论,数据更新。
Stars: ✭ 287 (-8.31%)
Mutual labels:  spider
Simple Music Player
Simple Music Player - SimpleMP - Keeps it simple and plays your music
Stars: ✭ 298 (-4.79%)
Mutual labels:  music
Wsltools
Web Scan Lazy Tools - Python Package
Stars: ✭ 288 (-7.99%)
Mutual labels:  spider
Openwhyd
💎 Like Pinterest, for Music
Stars: ✭ 287 (-8.31%)
Mutual labels:  music
Zentuner
A minimal chromatic tuner.
Stars: ✭ 308 (-1.6%)
Mutual labels:  music
Spotui
Spotify in the terminal 💻🎶
Stars: ✭ 302 (-3.51%)
Mutual labels:  music
Portspider
🕷 A lightning fast multithreaded network scanner framework with modules.
Stars: ✭ 300 (-4.15%)
Mutual labels:  spider
Hyperamp
🎛 Humble music player
Stars: ✭ 293 (-6.39%)
Mutual labels:  music
Plylst
Smart playlists for Spotify! Stop relying on fancy pants algorithms to organize your library and instead build playlists the way you want.
Stars: ✭ 301 (-3.83%)
Mutual labels:  music
Soundspice Mobile
A light-weight and minimalist music player for Android
Stars: ✭ 289 (-7.67%)
Mutual labels:  music
Dhtspider
Bittorrent dht network spider
Stars: ✭ 302 (-3.51%)
Mutual labels:  spider
Projectsoundtracks
🎧 List of best Soundtracks to boost your Productivity and Focus
Stars: ✭ 289 (-7.67%)
Mutual labels:  music
Spotiflyer
Spotify/Gaana/Youtube Music Downloader For Android!
Stars: ✭ 231 (-26.2%)
Mutual labels:  music
Toapi
Every web site provides APIs.
Stars: ✭ 3,209 (+925.24%)
Mutual labels:  spider

这是一个爬取网易云音乐的所有的歌曲的评论数的爬虫。

以下为主要思路:

  1. 爬取所有的歌手信息(artists.py);
  2. 根据上一步爬取到的歌手信息去爬取所有的专辑信息(album_by _artist.py);
  3. 根据专辑信息爬取所有的歌曲信息(music_by _album.py);
  4. 根据歌曲信息爬取其评论条数(comments_by _music.py
  5. 数据库相关的语句都存放于(sql.py)中。
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].