IPFScrape
Learn how to configure IPFScrape for use with Filebase.
IPFScrape is a CLI tool that downloads all of the contents of a webpage and uploads it to IPFS. Once uploaded, it needs to be pinned to IPFS for long-term storage. IPFScrape can be used to archive websites, or create copies that can be edited and shared using the IPFS CID.
Read below to learn how to use IPFScrape with Filebase.
git clone https://github.com/victorb/ipfscrape
cd ipfscrape
./run.sh $URL
The script will return a URL containing the scraped file’s CID:


Select ‘Upload’ then select ‘CID’.


https://ipfs.filebase.io/ipfs/[CID]
If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 10mo ago