Initial commit - Data scraper for Jundiaí events
This commit is contained in:
commit
d7f6b31b53
15 changed files with 2035 additions and 0 deletions
11
data_collector/scrapy.cfg
Normal file
11
data_collector/scrapy.cfg
Normal 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 = data_collector.settings
|
||||
|
||||
[deploy]
|
||||
#url = http://localhost:6800/
|
||||
project = data_collector
|
Loading…
Add table
Add a link
Reference in a new issue