MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
crawlerforge/__init__.py
crawlerforge.egg-info/PKG-INFO
crawlerforge.egg-info/SOURCES.txt
crawlerforge.egg-info/dependency_links.txt
crawlerforge.egg-info/entry_points.txt
crawlerforge.egg-info/requires.txt
crawlerforge.egg-info/top_level.txt
crawlerforge/cli/__init__.py
crawlerforge/cli/main.py
crawlerforge/core/__init__.py
crawlerforge/core/browsers.py
crawlerforge/core/extractors.py
crawlerforge/core/validators.py
crawlerforge/downloaders/__init__.py
crawlerforge/downloaders/http.py
crawlerforge/middlewares/__init__.py
crawlerforge/middlewares/browser.py
crawlerforge/middlewares/proxy.py
crawlerforge/proxy/__init__.py
crawlerforge/proxy/manager.py
crawlerforge/proxy/providers/__init__.py
crawlerforge/proxy/providers/api.py
crawlerforge/proxy/providers/base.py
crawlerforge/proxy/providers/file.py
crawlerforge/settings/__init__.py
crawlerforge/settings/defaults.py
crawlerforge/spiders/__init__.py
crawlerforge/spiders/base.py
crawlerforge/storage/__init__.py
crawlerforge/storage/adapters/__init__.py
crawlerforge/utils/__init__.py
examples/snipes_scraper.py
examples/config_examples/basic.json
examples/config_examples/ecommerce.json
examples/proxy_examples/providers.json