- Your ImageCrawler implementation class must inherit
nichtparasoup.core.BaseImageCrawler
. - Your ImageCrawler must be installable via
pip
. - Your ImageCrawler must require
nichtparasoup>=2.2
or greater. - Your ImageCrawler must have an EntryPoint
with the
group
called "nichtparasoup_imagecrawler".
Thename
is the name that should be used in the config.
Theobject reference
points to your implementation class. - Your Plugin should include a folder
examples
that holds at least one nichtparasoup config file. - Your Plugin should include a
docs
folder that describes all the options/config the implementation class accepts.