Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 496 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 496 Bytes

OpenSea active listings report

This is an NodeJS script that queries the OpenSea API and generates a CSV file that contains active listings for specific collection (Bored Ape Yacht Club).

Installation

Install typescript (if it wasn't installed on your machine):

npm install -g typescript

In the project folder, type:

npm install

Create an environment file (.env) and set the variables.

Run

In the project folder, type:

npm run start