A python project to crawl data of several Chinese online stores to find the cheapest sale for books.
The project follows instructions of an online class to crawl and integrate data of several online stores, including Taobao, Jingdong, and Dangdang, to find the cheapest sale for an assigned book.
There are two versions of the final product. The first one uses functions whereas the second one is object-oriented.