This project monitors a list of URLs using the Wayback Machine API. The URLs to monitor are specified in a YAML configuration file.
-
Install Go: Follow the instructions at https://golang.org/doc/install to download and install Go.
-
Clone the repository:
git clone https://github.com/yourusername/wayback-machine-monitor.git
-
Navigate to the project directory:
cd wayback-machine-monitor
-
Build the project:
go build
Grab your access key and secret key from https://archive.org/account/s3.php
The configuration file is a YAML file named config.yaml
with the following structure:
access_key: your_access_key
secret_key: your_secret_key
sleep_days: 15
urls:
- https://example.com
- https://another-example.com