ezScrap is a web scraper tool to help you to get data from a specific website, developed using python
- requests - to perform http method on specific site
- bs4 - to process scraped resources
- lxml - to parse scraped resources
- PyYAML - to read yaml file
- perform get operation on specific site
- link html with downloaded assets
- clone this repository
- pip install -r requirements.txt
- customize config option in config.yml
MIT