overcast07 / wayback-machine-spn-scripts

Bash scripts which interact with Internet Archive Wayback Machine's Save Page Now
MIT License
104 stars 9 forks source link

Is it possible to save also to my account's web archive? #7

Open ozanguven opened 3 years ago

ozanguven commented 3 years ago

Is it possible to save in my archive.org account when running spn.sh with -a auth flag? "Save also in my web archive" feature is available on https://web.archive.org/save/

overcast07 commented 3 years ago

The wm-save-mywebarchive=on option doesn't seem to be mentioned in the API documentation. I've never tested it before (I'm trying it now) but I would assume that it works the same as it does through using the website normally.

overcast07 commented 3 years ago

I tested it and it looks like it actually doesn't work through the API, so you have to be logged in using the normal website authentication to use it. Strange. I think this means the script can't normally be used for this for the time being (I don't plan to add support for cookie-based authentication at the moment).