OpenSea-NFT-Stealer icon indicating copy to clipboard operation
OpenSea-NFT-Stealer copied to clipboard

Condense JSON file to include the metadata only.

Open scotig33 opened this issue 3 years ago • 3 comments

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

scotig33 avatar Jan 24 '22 21:01 scotig33

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.

sj-dan avatar Jan 25 '22 18:01 sj-dan

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??

svensei avatar Feb 02 '22 18:02 svensei

@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.

image

Note: You will still see the image_data folder pop up, but it will be empty.

sj-dan avatar Feb 03 '22 04:02 sj-dan