ScrapeGen icon indicating copy to clipboard operation
ScrapeGen copied to clipboard

A simple python tool that generates a requests/bs4 based web scraper

Results 1 ScrapeGen issues
Sort by recently updated
recently updated
newest added

The code presented is a mixture of argument parsing, code generation, writing to file. Most of the logic here could be replaced by use of the python template library, `jinja2`.