liu578 / doubanfm_crawler

A web crawler scraping list of liked songs from doubanfm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a web crawler scraping the user's list of liked songs from douban fm. Need access to the user's cookies twice. Once at login and another when updating the page of liked songs. The cookies can be obtained through Chrome inspect/network. This script involves dealing with AJAX, JSON, and Cookies. Finally print out the list, can get whole info through response JSON as well.

About

A web crawler scraping list of liked songs from doubanfm


Languages

Language:Python 100.0%