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