python3-scrapy-djangoitem

Scrapy extension to write scraped items using Django models (Python3 version)
  https://github.com/scrapy-plugins/scrapy-djangoitem
  0
  no reviews



Scrapy-djangoitem is an extension that allows you to define Scrapy items using existing Django models. This utility provides a new class, named DjangoItem, that you can use as a regular Scrapy item and link it to a Django model with its django_model attribute.

This package contains the Python 3 version of the library.