Skip to content

Commit cd9802e

Browse files
blurb
1 parent 789a7aa commit cd9802e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,21 @@ A template for creating repos to manage your Dune queries using the CRUD API.
1111

1212
3. Install the python requirements and run the `pull_from_dune.py` script. You can input the following lines into a terminal/CLI:
1313

14-
```
15-
pip install -r requirements.txt
16-
python scripts/pull_from_dune.py
17-
```
14+
```
15+
pip install -r requirements.txt
16+
python scripts/pull_from_dune.py
17+
```
1818
19-
This will bring in your query ids into `query_{id}.sql` files within the `queries` folder. You can run that same python script again anytime you need to update your work from Dune into this repo.
19+
This will bring in your query ids into `query_{id}.sql` files within the `queries` folder. *You can run that same python script again anytime you need to update your work from Dune into this repo.*
2020
21-
4. Make any changes you need to directly in the repo, and any time you push a commit, `push_to_dune.py` will run and save your changes into Dune directly. We use the [Dune CRUD API](https://dune.com/docs/api/api-reference/edit-queries/) to manage queries - note that this does not change how your queries behave in app. You can also do this without waiting for a commit/github action by running the script manually:
21+
4. Make any changes you need to directly in the repo, and any time you push a commit `push_to_dune.py` will run and save your changes into Dune directly. *You can also do this without waiting for a commit/github action by running the script manually:*
2222
2323
```
2424
python scripts/push_to_dune.py
2525
```
2626
27+
NOTE: We use the [Dune CRUD API](https://dune.com/docs/api/api-reference/edit-queries/) to manage queries - this does not change how your queries behave in app.
28+
2729
### For Contributors
2830
2931
I've set up four types of issues right now:

0 commit comments

Comments
 (0)