Skip to content

Commit c942ac7

Browse files
updated data/README.md
1 parent 855d3ec commit c942ac7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

data/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
2. `pip install -r requirements.txt`
44
3. `export GOOGLE_APPLICATION_CREDENTIALS="/home/user/Downloads/my-key.json"`
55
4. `export NODE_URL="https://your_eth_node_url"`
6-
5. Create folder <pool_address>-prices (example: 0x0d88b55317516b84e78fbba7cde3f910d5686901-prices/), place tradingview csv exports there (file name has to include TOKENFIAT, example AAVEUSD.csv)
7-
6. `python3 pulldata.py 0x0d88b55317516b84e78fbba7cde3f910d5686901 tradingview -f USD` or `python3 pulldata.py 0x0d88b55317516b84e78fbba7cde3f910d5686901 coingecko -f USD` will download the data from Bigquery and save it in a directory for future use, and generate `actions-prices.json`.
6+
5. `python3 pulldata.py 0x0d88b55317516b84e78fbba7cde3f910d5686901 tradingview -f USD` or `python3 pulldata.py 0x0d88b55317516b84e78fbba7cde3f910d5686901 coingecko -f USD` will download the data from Bigquery, the archive node, coingecko and save it in a directory for future use, and generate `actions-prices.json`.

0 commit comments

Comments
 (0)