Skip to content

natton2k/TikiPriceTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Python script to crawl items from an online shop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages