Skip to content

xpheal/easyscrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easyscrape

Easy to use web scraper

Things you can do with it:

  1. Extract structured data from a website into CSV format
  2. Download specific pages of the website into a directory
  3. Control crawling using Regex and extract data using XPath

Installation

*Only available in python3 for the moment

sudo pip3 install easyscrape

If you haven't install pip3:

sudo apt-get install python3-pip

Update:

sudo pip3 install easyscrape --upgrade

Documentation

Link: Documentation.md

Some examples of settings file: imdb.json | rotten.json | cars.json

Some examples of results in CSV: IMDB_scrape_data.csv | Rotten_scrape_data.csv | cars.csv

About

Easy to use web scraper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published