This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
######################################################################################## | |
## This script provides an easy way to aggregate the token holders of Art Blocks | |
## projects. | |
## | |
## In this current example only project "0", Chromie Squiggles [1], is being queried for | |
## but you can readily change `project: "0"` to the project number of your choosing | |
## in the GraphQL query below. | |
## |