Giter Site home page Giter Site logo

downlifter's Introduction

I havent seen anything new created for this since Rightclick.py doesnt seem to work any longer here is a simple method to Download unlimited NFTs from IPFS QUICK & EASY, But there are some issues. You may need to work to resolve where the images are stored, Some Collections store them in a single node others do it differently so you may need to edit the script some. Reach out to me on Twitter for help @AiAnarchist

You will need to get the IPFS URI from Etherscan by viewing the contract, for example the Bored Ape URI is set To get this URI Simply find the Etherscan, click CONTRACT, find the URI and that will be what you paste into the Code, Just edit

base_url = "https://ipfs.io/ipfs/QmeSjSinHpPnmXmspMjwiXyN6zS4E9zccariGR3jxcaWtq/"

To your specific collection.

There's also an option for how many items you want to get, you can edit that in the code where it says

Define the range for this instance

start_image_number = last_processed_image + 1 end_image_number = start_image_number + 10001 total_images = end_image_number - start_image_number

Simply change 10001 to your deired number of NFTs to download.

Also, because some NFTS are to small I have told it to resize them all to 1000x1000

To edit that find:

            img = Image.open(img_filename)
            img_resized = img.resize((1000, 1000))
            img_resized.save(img_filename)

HAVE FUN - HAPPY SCRAPING!

downlifter's People

Contributors

downlifted avatar

Stargazers

MonkeyMike avatar  avatar

Watchers

 avatar

Forkers

mon-key-mike

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.