/AutoInternetArchive

AutoInternetArchive is a very simple program designed to automatically archive webpages to The wayback machine with hourly intervals. AutoInternetArchive was designed to be run though a console window and left open for days or even months

Primary LanguagePython

AutoInternetArchive

AutoInternetArchive AutoInternetArchive is a very simple program designed to automatically archive webpages to https://web.archive.org/ with hourly intervals. AutoInternetArchive was designed to be run though a console window and left open for days or even months.

How to run AutoInternetArchive

  1. Download AutoInternetArchive from https://github.com/pebnn/AutoInternetArchive/archive/refs/heads/main.zip
  2. install python https://www.python.org/downloads/ (Add python to PATH in installation screen)
  3. Open a console window and CD to the folder where requirements.txt is located. Now run this command:
pip install -r requirements.txt
  1. To run, make sure to CD to the directory where AutoInternetArchive.py is located and run this command:
python AutoInternetArchive.py
  1. Now follow instructions printed in console