snarfbot/snarfbot/__init__.py

7 lines
326 B
Python

"""
snarfbot package the idea with this refactor is hide the underlaying
details of the scraping engine used from api consumers. So that we can replace/
have different ones it if needed
it also lets me work on the crawler without breaking what we've got already which works
surprisingly well for a sub ~100 line program
"""