-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send new article & reply URLs to Wayback machine #136
Comments
If archiving requires headless browswer, we can implement the archiving function in url-resolver instead. |
Seems that just sending HEAD can work |
https://archive.readme.io/docs/creating-a-snapshot A wrapper for snapshotting |
Also, here is a tool that can send to multiple archivers: There is a server mode available, thus it seems that we can directly dockerize the server so that rumors-api can invoke it whenever it got a url to archive. |
Another promising archiver is https://github.com/ArchiveBox/ArchiveBox
We can also consider not directly plugging these tools into APIs. We can instead do batch archive using Cofacts API instead. |
When user submits an article and reply, we can assume that the containing URLs can can be published to Wayback machine.
We should send these docs to Internet Archive so that in the future anyone wants its backup, they can have a trustful thirdparty's archive page to go to.
Send an archive: http://web.archive.org/save/${URL}
Get snapshot API: https://archive.org/help/wayback_api.php
The text was updated successfully, but these errors were encountered: