Skip to content

evanightly/ezScrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web scrapper tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages