Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Wildog/douban-exporter
- Owner: Wildog
- Created: 2016-10-25T19:00:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T07:43:38.000Z (over 6 years ago)
- Last Synced: 2024-07-15T19:01:35.370Z (4 months ago)
- Language: Python
- Size: 208 KB
- Stars: 200
- Watchers: 11
- Forks: 38
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.