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.
- Host: GitHub
- URL: https://github.com/bebralabs/nft-downloader
- Owner: bebralabs
- Created: 2024-11-27T13:44:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T14:19:04.000Z (over 1 year ago)
- Last Synced: 2025-07-20T16:41:44.806Z (about 1 year ago)
- Topics: nft, opensea
- Homepage: https://scripts.bebralabs.com/nft-downloader/
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)