Forum Topic Scraper

Are you eager to scrape data from this forum?

I noticed you can not copy past from this forum for some reason. I built a helper tool to do this with ease. This is perfect for anyone who wants to scrape entire conversations for whatever you might be doing.

GitHub Source–>ENS Forum Scraper

Simply run your favorite URL scraper or use the pre-compiled list in the repo and load them in and then you are ready to scrape topics with ease.

git clone https://github.com/accessor-io/ens-dao-forum-scraper.git

then

npm install

start by using :

npm run ui
1 Like