Brian
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
 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...