Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/htfy96/jd-book-crawler

a ruby-based simple crawler to collect basic info about books on jd.com
https://github.com/htfy96/jd-book-crawler

Last synced: about 2 months ago
JSON representation

a ruby-based simple crawler to collect basic info about books on jd.com

Awesome Lists containing this project

README

        

See example.py for usage in python2.

##Table structure

raw.db

|id: INT PRIMARY KEY NOT NULL | content : TEXT NOT NULL|

Note that content is compressed by Zlib, therefore zlib.decompress may be required.