Brian

Results 33 comments of Brian

Similar scraping procedure needed for https://github.com/brianleect/etherscan-labels/issues/15 but in this case we simply check for the **existence** of the segment account or token rather than require a specific number

![image](https://user-images.githubusercontent.com/63389110/181685122-b3988a0b-fb56-4669-ba25-46f5d4a8d6c6.png) Current size is only 4-5mb. Not sure if it makes sense to use a DB due to the additional overhead/complexity added. Considering 4-5mb is JSON + CSV, the consolidated...

Current single file consolidated JSON is located https://github.com/brianleect/etherscan-labels/blob/main/data/combinedLabels.json 2.7mb space taken. Don't think it justifies usage of DBMS since we can simply load it into memory once and get object...