class Command(BaseRunSpiderCommand):
Undocumented
Method | add_items |
Undocumented |
Method | add_options |
Populate option parse with options available for this command |
Method | add_requests |
Undocumented |
Method | get_callback_from_rules |
Undocumented |
Method | prepare_request |
Undocumented |
Method | print_items |
Undocumented |
Method | print_requests |
Undocumented |
Method | print_results |
Undocumented |
Method | process_options |
Undocumented |
Method | process_request_cb_kwargs |
Undocumented |
Method | process_request_meta |
Undocumented |
Method | run |
Entry point for running commands |
Method | run_callback |
Undocumented |
Method | set_spidercls |
Undocumented |
Method | short_desc |
A short description of the command |
Method | start_parsing |
Undocumented |
Method | syntax |
Command syntax (preferably one-line). Do not include command name. |
Class Variable | first_response |
Undocumented |
Class Variable | items |
Undocumented |
Class Variable | requests |
Undocumented |
Class Variable | requires_project |
Undocumented |
Class Variable | spider |
Undocumented |
Instance Variable | pcrawler |
Undocumented |
Instance Variable | spidercls |
Undocumented |
Property | max_level |
Undocumented |
Inherited from ScrapyCommand
(via BaseRunSpiderCommand
):
Method | __init__ |
Undocumented |
Method | help |
An extensive help for the command. It will be shown when using the "help" command. It can contain newlines, since no post-formatting will be applied to its contents. |
Method | long_desc |
A long description of the command. Return short description when not available. It cannot contain newlines, since contents will be formatted by optparser which removes newlines and wraps text. |
Method | set_crawler |
Undocumented |
Class Variable | crawler_process |
Undocumented |
Class Variable | default_settings |
Undocumented |
Class Variable | exitcode |
Undocumented |
Instance Variable | _crawler |
Undocumented |
Instance Variable | settings |
Undocumented |
scrapy.commands.ScrapyCommand.run
scrapy.commands.ScrapyCommand.short_desc
scrapy.commands.ScrapyCommand.syntax