Skip to content

ChrisByrd14/HomePageScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomePageScraper

About

Gets a screenshot of pages returned from a Google search. This application requires the webkit2png command line tool. If you don't already have it you can learn about getting it here.

Dependencies

This application works on Python 3, and you'll need pip to install its Python-related dependencies. You can install its requirements by running the following in the terminal:

pip install -r requirements.txt

Usage

usage: main.py [-h] [-q QUERY] [-n NUM_PAGES] [-d DIRECTORY]

optional arguments:
  -h, --help            show this help message and exit
  -q QUERY, --query QUERY
                        The search query to run.
  -n NUM_PAGES, --num-pages NUM_PAGES
                        Max number of search pages to scrape.Default value is
                        1 page.
  -d DIRECTORY, --directory DIRECTORY
                        The directory to download the images to. Defaults to
                        your home directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages