Add scrapy plugin

This commit is contained in:
dinesh 2015-04-05 23:27:32 +05:30
commit 2e8fddd2a6
2 changed files with 75 additions and 0 deletions

33
plugins/scrapy/README.md Normal file
View file

@ -0,0 +1,33 @@
## Scrapy zsh completion
Auto completion for scrapy command-line tool
#### commands
```
scrapy [tab]
scrapy commands
check -- Check spider contracts,
crawl -- Run a spider,
edit -- Edit spider,
fetch -- Fetch a URL using the Scrapy downloader,
genspider -- Generate new spider using pre-defined templates,
list -- List available spiders,
parse -- Parse URL (using its spider) and print the results,
runspider -- Run a self-contained spider (without creating a project),
settings -- Get settings values,
shell -- Interactive scraping console,
startproject -- Create new project,
version -- Print Scrapy version,
view -- Open URL in browser, as seen by Scrapy
```
if check/crawl/edit is chosen
```
scrapy check [tab]
dmoz
```
spiders are listed.