Submitting resultsΒΆ

Submitting results is done via the crawlster.Crawlster.submit_item() method. The single argument must be a dict that represents the item.

After being submitted, the item will be passed through all the defined item handlers.

See also

The module reference for crawlster.handlers for more details and all the available item handler classes.