etherscan-labels
                                
                                 etherscan-labels copied to clipboard
                                
                                    etherscan-labels copied to clipboard
                            
                            
                            
                        Automation for generating the file on a nightly basis?
Hey there! Many thanks for this awesome script. Is it somehow possible auto generate those files every night and add it to this github repo? For example like: https://github.com/sapics/ip-location-db
Hmm I'm not too sure tbh since there's heavy reliance on logging in via etherscan first using selenium.
Main challenge would be
- Clearing Captcha + automation for etherscan login
Alternative I suppose could be to leave an instance logged in running and simply scrape everything from the last pages of each recorded column.
Not sure about the compute costs though and perhaps a soln that relies on attaching cookies https://github.com/brianleect/etherscan-labels/issues/9 would be much more efficient or a completely separate library used to controlling browser scraping might be better?