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.
- Host: GitHub
- URL: https://github.com/spinfal/nft-heist
- Owner: spinfal
- License: mit
- Created: 2022-01-22T10:33:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T21:41:43.000Z (over 2 years ago)
- Last Synced: 2024-12-31T14:49:21.235Z (6 months ago)
- Topics: api, educational-purposes, entertainment, heist, nft, simple
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.