Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/advaita-saha/nftcollection-downloader
- Owner: advaita-saha
- Created: 2022-04-17T16:09:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T17:21:15.000Z (almost 3 years ago)
- Last Synced: 2024-10-22T22:56:03.173Z (3 months ago)
- Topics: automation, blockchain, cli, moralis, python, script, web3
- Language: Python
- Homepage:
- Size: 397 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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