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

https://github.com/spinfal/nft-heist

Easily scrape up-to 50 NFTs from a collection.
https://github.com/spinfal/nft-heist

api educational-purposes entertainment heist nft simple

Last synced: 4 months ago
JSON representation

Easily scrape up-to 50 NFTs from a collection.

Awesome Lists containing this project

README

        

# NFT Heist
Time to steal some jpgs, this tool will scrape up useless NFTs from any provided opensea user.

## Disclaimer
This was purely made for "informational purposes", and is "not" intended to be used for any malicious purposes. The creator of this tool (Spinfal) is "not" responsible for any misuse or harm that this tool may cause. You are responsible for your own actions and not using common sense is not a valid excuse. For whom it may concern; this tool was not made to devalue NFTs in any way.
Thank you for reading now here's a cookie to keep you safe 🍪.

## Requirements
- Node.js 15 or higher
- A brain (hopefully one that can think)
- A simple ability to read directions

## Getting Started
```
git clone https://github.com/spinfal/nft-heist.git
```
```
cd nft-heist
```
```
npm i
```
```
node .
```

## Note: By default it will download 50 nfts to change that add argument at end
```
node . no_of_downloads
```
## Why aren't some users working?
To be honest; I don't know. I don't know much about OpenSea or NFTs, all I know is if the url looks like this: `https://opensea.io/collection/` then it will work. Otherwise, it will not. But you can still try it.