This is a simple tool to export query results from Dune Analytics to a psv or json file.
- Clone the repo
- Install dependencies with
yarn install
- Add query embed urls in
src/index.js
. Example link - Run
yarn start
- The results will be saved in
output
folder