Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 718 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 718 Bytes

TikiPriceTracker

This is my first Python project.

This code will crawl all items on tiki.vn and store their information to database.

Technology

  • BeautifulSoup for web scrapping.
  • MongoDB
  • Multiprocessing to speed-up request processing.

Installing

  • Install Python (recommended python version 3.x.x)
  • Install an IDE (recommended choose one of the following):
  • Install beautifulsoup4
pip install bs4
  • Install requests
pip install requests
  • Install Send2Trash
pip install Send2Trash
  • Install csv
pip install python-csv