Skip to main content

Dune query result downloader

Project description

dqdl

dqdl ("Dune Query DownLoader") is a simple tool that downloads Dune query result.

Quickstart

Let's fetch the result of query #3945714 – a simple table that lists the number of smart contracts created on each chain over the last 7 days. First, install dqdl from PyPI:

pip install dqdl

Ensure that there is an .env file in the current working directory with the following line in it:

DUNE_API_KEY=YourDuneAPIKeyHere

(Need an API key? Sign up and log into Dune, then create your own key.)

Then run:

dqdl 3945714

The result should be saved in 3945714.csv in the current directory:

$ head -5 3945714.csv 
blockchain,count
polygon,1376013.0
base,758165.0
optimism,588968.0
bnb,80817.0

Usage

dqdl [-k SPEC] [-e FILE] [-E] [-o FILE] [-f FORMAT] QUERY

QUERY is the query number, that is, the XXXXXX part in https://dune.com/queries/XXXXXXX.

Specifying API key

dqdl requires a Dune API key and by default reads one from the environment variable named DUNE_API_KEY.

Use -k SPEC to specify somewhere else to read the key; see openssl-passphrase-options(1) for the SPEC syntax.

API key in .env

If the API key is from an environment variable (as in the default) and the variable does not exist in the environment, dqdl looks it up in a file named .env in the current directory—if one exists. This "dotenv" file contains environment variables in the NAME=VALUE format, one per line.

You can choose another file instead of .env with -e FILE. Note: absence of this file is silently ignored, so beware typos!

If you want to avoid using the .env file even if one exists, you can disable dotenv processing altogether with -E.

Output location

The result is saved into a file named after the query number and the format, e.g. 3945714.csv. The filename can be changed with -o FILE (-o - means stdout).

Output format

By default, the output is saved in csv (comma-separated values) format.

You can change the output format with -f FORMAT. The FORMAT may be csv or pqt (Apache Parquet).

Limitation

dqdl loads the entire query result in memory (for now), and may fail if the result is too big to fit in memory.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dqdl-0.2.0.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

dqdl-0.2.0-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file dqdl-0.2.0.tar.gz.

File metadata

  • Download URL: dqdl-0.2.0.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.3

File hashes

Hashes for dqdl-0.2.0.tar.gz
Algorithm Hash digest
SHA256 240ea7cf99a1ce107327e1a84b458d57994c41edd598604ec4f46774d87348dd
MD5 bac20bf5fcea0d0e010ce50d8d2c9299
BLAKE2b-256 ee2f82d1562a1422a6668c3e4d2c7bc843268faf3508719ff44934ef325c330f

See more details on using hashes here.

File details

Details for the file dqdl-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: dqdl-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.3

File hashes

Hashes for dqdl-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6119bf08235345938cddb67fc3a43df4cb80ec8c676e46090e4acf3965abd09d
MD5 ad39e2363a60eadbdc473f70a4738195
BLAKE2b-256 3d389396f322314b74579a238259d3c898b0cafa446efc94a1ffb63e55199fb9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page