Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 421 Bytes

results.rst

File metadata and controls

13 lines (9 loc) · 421 Bytes

Submitting results

Submitting results is done via the :pycrawlster.Crawlster.submit_item method. The single argument must be a :pydict that represents the item.

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

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