- Fetches metadata files for each NFT in a collection
- Calculates rarities of all NFT traits
- Finds the best price-rarity wise listed NFTs on OpenSea in a specified budget
At the end, it will log the best items and even open browser tabs for you to buy them.
- Create an env file
cp example.env .env
-
Fill the .env file
-
Run the scripts:
- deno task fetch-metadata
- deno task calculate-rarities
- deno task find-available