An open API service indexing awesome lists of open source software.

https://github.com/bebralabs/nft-downloader

Download any evm-chain NFT collection from OpenSea. Save images and metadata.
https://github.com/bebralabs/nft-downloader

nft opensea

Last synced: 6 months ago
JSON representation

Download any evm-chain NFT collection from OpenSea. Save images and metadata.

Awesome Lists containing this project

README

          

# NFT Downloader

[NFT Downloader](https://scripts.bebralabs.com/nft-downloader/) helps download JSON metadata files and their associated images from any EVM-network NFT collection, especially from OpenSea. The script operates seamlessly with both standard web URLs and IPFS links, and can download any NFT collection with few clicks

## How to Use:
1. [Download](https://scripts.bebralabs.com/nft-downloader/) & unzip script
2. Navigate to the script folder in your terminal or command prompt
3. Run the script using the following command:
`python3 script.py `
- Replace `` with the any token_uri from NFT collection
- Replace `` with the number of files to download

### Example:
`python3 script.py https://example.com/metadata/4213.json 10000`

This will:
- Download all JSON files from `https://example.com/metadata/0.json` to `https://example.com/metadata/10000.json`
- Save downloaded files in a folder named `collection`
- Extract and download images specified in the `image` field of each JSON file

### NFT Downloader Links:
+ [Full documentation & video guide](https://splashy-celery-733.notion.site/NFT-Downloader-149512669e1a807e927dd3ce3d904c71)
+ [Buy with crypto](https://app.hel.io/pay/67457995a3eb50b66bea2eb7)
+ [Buy with card (telegram stars)](https://t.me/bebra_scripts/6)

---

Thank you for using Bebra Scripts. If you have any issues or problems, contact our support: [https://t.me/bebralabs_bot](https://t.me/bebralabs_bot)

**Web3 Development Services** – [https://t.me/bebralabs_bot](https://t.me/bebralabs_bot)

Created with ❤️ by **Bebra Labs**
[https://bebralabs.com](https://bebralabs.com)