You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-3Lines changed: 26 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,34 @@ os-scrapy -h
31
31
32
32
### CRAWLER_CLASS
33
33
34
-
os-scrapy support config ``CRAWLER_CLASS`` replace the default ``scrapy.crawler.Crawler``. It can be configured in ``settings.py`` file or ``os-scrapy crawl -c <your_crawler_class> <spider_name>``
34
+
os-scrapy support config ``CRAWLER_CLASS`` replace the default ``scrapy.crawler.Crawler``
35
35
36
+
It can be configured in ``settings.py`` file or command line
36
37
37
-
## Enhanced ``startproject``
38
38
39
-
Thanks to [os-scrapy-cookiecutter](https://github.com/cfhamlet/os-scrapy-cookiecutter) a ``-p`` option can be used ``os-scrapy startproject -p <project_name>``, which indicate create project as well as python package.
Thanks to [os-scrapy-cookiecutter](https://github.com/cfhamlet/os-scrapy-cookiecutter), ``-p`` option can be used to create project as well as python package
0 commit comments