Skip to content

Automatically creates screenshots from webpages

License

Notifications You must be signed in to change notification settings

davidlenz/webpageArchiver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpageArchiver

Automatically creates screenshots from webpages

Usage:

  1. Put your urls inside the list.txt file.
  2. Call the python script: python3 webpageArchiver.py or ./webpageArchiver.py

Exclude URLs from getting archived by putting a # at the beginning.

Dependencies:

  • Python 3
  • python-selenium
  • Chromium + Chromedriver (should work with Firefox too after modifications)

Todo:

  • automatically skip already archived webpages / automatically comment archived urls
  • parameter to choose browser used to render webpages
  • automatically close "we use cookies"-banner (sometimes overlapping contents)
  • use add blocker to archive webpage without adds (better compression possible)

About

Automatically creates screenshots from webpages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%