File tree Expand file tree Collapse file tree 1 file changed +28
-4
lines changed
Expand file tree Collapse file tree 1 file changed +28
-4
lines changed Original file line number Diff line number Diff line change 88
99[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
1010
11- -------
11+ < hr style = " border : 0.5 px solid gray " > </ hr >
1212
1313### Unofficial Python Library for [ Dune Analytics] ( https://duneanalytics.com/ )
1414
@@ -19,6 +19,31 @@ It may not work for some/all urls.
1919
2020This library doesn't run the query, rather it fetches the query result from the backend.
2121
22+ <hr style =" border :0.5px solid gray " > </hr >
23+
24+ ### Charts Plotted:
25+ Here are some examples of charts plotted in Googlesheet after fetching the data.
26+
27+ -----
28+
29+ [ ** @balancerlabs / Balancer New/Old Traders** ] ( https://duneanalytics.com/queries/31203/62900 )
30+
31+ ![ Balancer] ( sample/balancer.svg )
32+
33+ -----
34+
35+ [ ** @k06a / 1inch New/Old Users Per Day** ] ( https://duneanalytics.com/queries/1193/2032 )
36+
37+ ![ 1inch] ( sample/1inch.svg )
38+
39+ -----
40+
41+ [ ** @Bancor / Bancor Unique Protected Wallets Over Time** ] ( https://duneanalytics.com/queries/12948/25894 )
42+
43+ ![ Bancor] ( sample/bancor.svg )
44+
45+ <hr style =" border :0.5px solid gray " > </hr >
46+
2247### Installation:
2348
2449use pip to install:
@@ -27,13 +52,13 @@ use pip to install:
2752pip install duneanalytics
2853```
2954
30- -----------
55+ < hr style = " border : 0.5 px solid gray " > </ hr >
3156
3257### Authentication:
3358
3459You need to have ` username ` & ` password ` for [ Dune Analytics] ( https://duneanalytics.com/ )
3560
36- -----------
61+ < hr style = " border : 0.5 px solid gray " > </ hr >
3762
3863### Example usage:
3964
@@ -61,4 +86,3 @@ result_id = dune.query_result_id(query_id=5508)
6186# fetch query result
6287data = dune.query_result(result_id)
6388```
64-
You can’t perform that action at this time.
0 commit comments