Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 713 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 713 Bytes

ezScrap

web scrapper that easy to use

ezScrap is a web scraper tool to help you to get data from a specific website, developed using python

Libraries

  • requests - to perform http method on specific site
  • bs4 - to process scraped resources
  • lxml - to parse scraped resources
  • PyYAML - to read yaml file

Features

  • perform get operation on specific site

Planned Features

  • link html with downloaded assets

How to use

  1. clone this repository
  2. pip install -r requirements.txt
  3. customize config option in config.yml

License

MIT