Scrapes popular websites for 88x31 buttons. Exports scraped elements to a .zip/.tar.gz compressed folder.
Install all of the required Python packages initially before running the script:
$ pip install -r ./requirements.txt$ python main.pyAutomatically detecting operating system for
.zip/.tar.gzcompression.
If you need to tune crawling breadth in code, Scrape(max_pages_per_site=40) controls how many HTML pages are visited per seed URL.