An unofficial tool to identify all drawing participants of a custom area on app.poap.art
Sometimes people want to find out who helped drawing their images (for example to reward them with a poap). This (very small and very simple) tool allows you to do this with pixel-level accuracy.
You need python3 and some common libraries.
- Clone the repo
- Run:
python3 getParticipants.py <your canvas id>
You can find the canvas id by navigating to the canvas on poap.art and looking at the url bar. - Select pixels by holding
s
while moving your mouse (I know that feels weird, dumb reasons, I'm sorry). Selected Pixels will turn red as an indicator. - Once you're happy, hit
p
to gather the addresses. This might take a while, you can follow progress on console. - Press
q
to quit.
- It's slow, expect to wait a little for large images
- Only works for app.poap.art (not sandbox)