Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anandchowdhary/archiver
🗄️ Auto-archive your webpages on the Internet Archive
https://github.com/anandchowdhary/archiver
archive-dot-org automation internet-archive nodejs typescript wayback-machine
Last synced: 6 days ago
JSON representation
🗄️ Auto-archive your webpages on the Internet Archive
- Host: GitHub
- URL: https://github.com/anandchowdhary/archiver
- Owner: AnandChowdhary
- Created: 2020-02-09T19:08:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T02:47:00.000Z (5 months ago)
- Last Synced: 2024-10-04T16:25:29.386Z (about 1 month ago)
- Topics: archive-dot-org, automation, internet-archive, nodejs, typescript, wayback-machine
- Language: TypeScript
- Homepage: https://anandchowdhary.github.io/archiver/
- Size: 336 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🗄️ Archiver
Easily archive your webpages on the Internet Archive
## 💡 How it works
1. [GitHub Actions](/.github/workflows/archive.yml) scheduler runs every week
2. Puppeteer launches a headless Chrome and logs you into Archive.org
3. Uses the HTML form to save, screenshot, and archive your URLs from [urls.yml](/urls.yml)## 🛠️ Usage
1. Fork this repo
2. Add environment variables (or GitHub secrets) for `username` and `password`
3. Add URLs to archive on [urls.yml](/urls.yml)## 📄 License
[MIT](/LICENSE) © [Anand Chowdhary](https://anandchowdhary.com)