OpenSea-NFT-Stealer
OpenSea-NFT-Stealer copied to clipboard
Condense JSON file to include the metadata only.
The JSON file that is being created has a lot of extra information. Can you condense it to make it only include the needed info?
-name -image -image_url -description -attritubtes
The JSON file being created is the one straight from the OpenSea NFT API. In a future update, I'll probably be adding a settings.json
. So, I'll probably add that feature in with it.
Ty first for fixing the cript, its working rn :) Is there anyway I can exclude image_data since I dont need those and will that speed up the process of downloading since I downloaded 4k from collection of 10k in 3 days??
@svensel Actually, excluding image_data won't speed up the process (because the script will load the data regardless, as it needs it to download the images).
But if you insist, removing the following lines (line 115 to 125) should theoretically prevent the download of the JSON files.
Note: You will still see the image_data
folder pop up, but it will be empty.