Tool for downloading metadata and images from any NFT collection from opensea (EVM chains). It efficiently handles JSON files, extracts image links, and saves them locally, automating the process of managing metadata and associated assets. The script operates seamlessly with both standard web URLs and IPFS links, supporting dynamic transformations for IPFS paths.
Reach our 🧑💻 Tech support if you have any troubles with usage or payment.
https://www.youtube.com/embed/eNTSwEyvUpA?si=x58uknebg5sA6TtS
After your payment is processed, you will receive a download link. Download & unzip the script.
Ensure you have Python 3 installed on your system. Install required packages:
pip3 install requests
Use the following command to run the script:
python3 script.py <uri> <number_of_NFTs>
<uri>: The URL to the JSON metadata of the any NFT in the collection.Example: ipfs.io/ipfs/QmXyZ.../534.json
or
ipfs://Kdsxa.../132
or
https://JdqxSdqwsakSc/3988.json
or
https://IdsnUsnaoks/9128
(provide uri for any metada file from NFT collection)<number_of_NFTs>: The total number of NFTs in the collection to donload.