cal852 / COMP3111-Project

Web scraper for COMP3111
Do What The F*ck You Want To Public License
2 stars 0 forks source link

Task2 #11

Closed HYUNJS closed 5 years ago

HYUNJS commented 5 years ago
  1. Finished the functions to fetch data from the website (e.g. craiglist, carousell) and sorting by the price in ascending order
  2. Multi pagination of both websites are available - showing which page is crawling to the console output e.g. Searching page1, Searching page2
  3. Modification in the Item data structure : change date, url as a String data and linkurl would be removed based on the discussion with the teammates.