setup scrapy project defaults

This commit is contained in:
Xevion
2021-03-14 10:01:17 -05:00
parent 356813ed64
commit 1f6f3246ae
8 changed files with 235 additions and 0 deletions

11
scrapy.cfg Normal file
View File

@@ -0,0 +1,11 @@
# Automatically created by: scrapy startproject
#
# For more information about the [deploy] section see:
# https://scrapyd.readthedocs.io/en/latest/deploy.html
[settings]
default = scraper.settings
[deploy]
#url = http://localhost:6800/
project = scraper