Metadata-Version: 2.1
Name: django-dynamic-scraper
Version: 0.13.3
Summary: Creating Scrapy scrapers via the Django admin interface
Home-page: https://github.com/holgerd77/django-dynamic-scraper/
Author: Holger Drewes
Author-email: Holger.Drewes@gmail.com
License: BSD License
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Requires-Dist: jsonpath-rw (>=1.4)
Requires-Dist: future (<0.18,>=0.17)
Requires-Dist: pillow (<7.0,>=6.2.1)
Requires-Dist: attrs (>=17.4.0)


# django-dynamic-scraper

Django Dynamic Scraper (DDS) is an app for Django which builds on top of the scraping framework Scrapy and lets
you create and manage Scrapy spiders via the Django admin interface. It was originally developed for german
webtv program site http://fernsehsuche.de.

## Documentation

Read more about DDS in the ReadTheDocs documentation:

- http://django-dynamic-scraper.readthedocs.org/


## Getting Help/Updates

There is a mailing list on Google Groups, feel free to ask questions or make suggestions:

- https://groups.google.com/group/django-dynamic-scraper

Infos about new releases and updates on Twitter:

- https://twitter.com/#!/dynamicscraper 


