A simple crawler to parse all the signatures available in the aragon membership thread in order to showcase how many people had verified themselves.
yarn
yarn dev
now
-
Integratekeybase-verify
to actually confirm each individual PGP signature. -
Implement scrolling intoNightmarePuppeteer to fetch all posts or use a more sensible API -
Filter repeated posts. - Ignore poorly parsed posts.
-
Make it less of an eye-sore. - Only obtained posts that contained armored PGP signatures
- Identify usernames from keybase compared from forum chat.
-
Replace nightmare for something that doesn’t syphons out memory. -
Moved server side logic for scrapping into a script-run-once logic since poor-man-servers suck for scrappping. -
Figure it out how to verify signature of non-PGP armored signatures. -
Made button not overflow.