Skip to main content

Python tool that allows you to take multiple full page screenshots of web pages without ads.

Project description

Webarchiver

PyPI - Version PyPI - Downloads GitHub Repo stars GitHub forks GitHub contributors PyPI - License GitHub

GitHub last commit (by committer) GitHub pull requests GitHub closed pull requests GitHub issues

GitHub top language GitHub language count GitHub repo size GitHub repo file count (file type) PyPI - Wheel PyPI - Implementation

Version: 0.32.4

Python tool that allows you to take full page screenshots of pages without ads

Supports batching by adding multiple links in a text file, or my adding links to command line separated by commas.

This repository is actively maintained - Contributions are welcome!

Requirements:

One of the following browsers:

  • Chrome/Chromium browser
  • Firefox
  • Selenoid Server
Usage:
Short Flag Long Flag Description
-h --help See Usage
-b --browser Specify browser: Chrome / Firefox / Selenoid
-c --clean Convert mobile sites to regular site
-d --directory Location where the images will be saved
--dpi DPI for the image
-e --executor Execution environment: Local / Selenoid Host|Selenoid URL
-f --file Text file to read the URL(s) from
-l --links Comma separated URL(s)
-i --image-type Save images as PNG or JPEG
-p --processes Number of processes to run concurrently
-s --scrape Scrape URL(s) by Downloading
-u --url-filter Filter URL(s) that contain this string
-z --zoom The zoom to use on the browser
Example:
webarchiver -c -f <links_file.txt> -l "<URL1,URL2,URL3>" -i 'jpeg' -d "~/Downloads" -z 100 --dpi 1 --browser "Firefox"
webarchiver -c -f <links_file.txt> -l "<URL1,URL2,URL3>" -i 'png' -d "~/Downloads" -z 100 --dpi 1 --executor "selenoid|http://selenoid.com/wd/hub" --browser "Chrome"
webarchiver -s -f <links_file.txt> -l "<URL1,URL2,URL3>"
Installation Instructions:

Install Python Package

python -m pip install webarchiver

Geniusbot Application

Use with a GUI through Geniusbot

Visit our GitHub for more information

Installation Instructions with Geniusbot:

Install Python Package

python -m pip install geniusbot
Repository Owners:

GitHub followers GitHub User's stars

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

webarchiver-0.32.4-py2.py3-none-any.whl (5.9 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page