IPFScrape
Learn how to configure IPFScrape for use with Filebase.
Last updated
Was this helpful?
Learn how to configure IPFScrape for use with Filebase.
Last updated
Was this helpful?
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
run.sh
script. Replace $URL
with the URL of the webpage you’d like to scrape.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]