• Stars
    star
    198
  • Rank 195,787 (Top 4 %)
  • Language
    Python
  • Created almost 8 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An online service to export 豆瓣 (douban) data to Excel files.

导出豆瓣个人数据为 Excel 文件的线上服务

Live version: http://wil.dog/douban

See this post for details: http://wil.dog/2016/10/26/the-make-of-douban-exporter/

Requirements

Python 2.7 (Mac/Linux only, not work on Windows)

How to Use

  1. Run pip install -r requirements.txt
  2. Run python exporter.py
  3. Open index.html in the browser

Extra

  1. 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.
  2. You can change AVG_DELAY to a bigger one to avoid getting banned too easily.