Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Wildog/douban-exporter

An online service to export 豆瓣 (douban) data to Excel files.
https://github.com/Wildog/douban-exporter

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

Live version: [http://wil.dog/douban](http://wil.dog/douban)

See this post for details: [http://wil.dog/2016/10/26/the-make-of-douban-exporter/](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.