This is my first Python project.
This code will crawl all items on tiki.vn and store their information to database.
- BeautifulSoup for web scrapping.
- MongoDB
- Multiprocessing to speed-up request processing.
- 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