link-archival
v0.0.1
Published
This allows for logging a large number of links spread throughout text files to be snapshotted in order for archivial.
Downloads
2
Readme
Mass Link Archival Tool
This allows for logging a large number of links spread throughout text files to be snapshotted in order for archivial.
Sites & Files Handled
- Any site
- Rough Screenshot
- Reddit
- Rough Screenshot
- Video Download
- Twitter
- Rough Screenshot
- Photo Download
- Video Download
How to Use
- Place the files you want to go through in ./docs (the existing ones are demo)
- Please note links should start with http:// or https://
- run
npm run start
- If you have a beefy computer you can up the worker count by adding a number afterwards
npm run start 4
. The default is 2.
- The output will go into ./output will be categorized into folders by the original filename and then labelled with the santitized link as their filename. * EG You have a file called group1.md with a link to https://google.com; Your output will be a folder called group1 with a file called google_com.png
License
Please see license
Note
- This is merely a tool. You choose how to use it. You may be breaking the terms and conditions of whatever site you point it at. Use wisely