Brian
Brian
Thanks for responding @dawsbot ! I used Selenium Python for the scraping due to having used it prior. Just realized there was Selenium JS available as well. I'm familiar enough...
Sent you a friend request on discord. I'm transfixed#0001.
Rewrote the login and partial scraping format in selenium JS https://github.com/brianleect/evm-labels/blob/master/scripts/scrape-all.js Not too sure what is the javascript equivalent of pandas.read_html to retrieve table though.
Noticed a bug. Some labels apparently are empty. Not sure if its caused by scraping too quickly?
 Wrote a quick script to check. Apparently 186 labels impacted. I'll try to see if re-running the scraper fixes the problem or introducing a delay.
Fixed the empty labels. Seems there's also some weird issue going on with label scraping where inconsistent labels are getting scraped. Had occasion where I ended up with ~370 labels...
Closes #10
Just tested again with 2x RTX 3090 & seems to work fine. Weird. Will try with a 10x RTX 3090 and see if I can replicate the error seen with...
Tested again with a 7x RTX 3090 and it works to generate a addresses at start. However, it later ended up resulting in a seg fault. Seems that the amount...
Might be linked to https://github.com/johguse/profanity/issues/69 https://github.com/johguse/profanity/issues/45