导出豆瓣个人数据为 Excel 文件的线上服务
Live version: http://wil.dog/douban
See this post for details: http://wil.dog/2016/10/26/the-make-of-douban-exporter/
- Run
pip install -r requirements.txt
- Run
python exporter.py
- Open index.html in the browser
- You can export your own cookies in LWP Set-Cookie3 format and copy them into
cookies.txt
file to export your private data, but also taking risk of getting your account temporarily banned due to suspicious activities. - You can change AVG_DELAY to a bigger one to avoid getting banned too easily.