Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/advaita-saha/nftcollection-downloader

A simple python CLI to scan any NFT collection over the Ethereum mainnet and download the data
https://github.com/advaita-saha/nftcollection-downloader

automation blockchain cli moralis python script web3

Last synced: about 1 month ago
JSON representation

A simple python CLI to scan any NFT collection over the Ethereum mainnet and download the data

Awesome Lists containing this project

README

        

# NFT Collection Downloader
A simple python CLI to scan any NFT collection over the Ethereum mainnet and download the data

## Quick Start :-
```
git clone https://github.com/advaita-saha/NFTcollection-downloader
cd NFTcollection-downloader
```

## Install the Dependencies :-
* A Moralis account and api key
* python3 installed
* ```pip3 install -r requirements.txt```

##### Please create a .env file with you API key from moralis

To run the program, write the following code in the terminal

python main.py

The program is up and running