MaxPensel / OWS-scrapy-wrapper

Ready-to-use scrapy wrapper targeting .json specification files as produced by OpenWebScraper
GNU General Public License v3.0
2 stars 0 forks source link

Allow configuration of scrapy options in specification format #10

Open MaxPensel opened 4 years ago

MaxPensel commented 4 years ago

Include an extra scrapy_kws field in specification that is a key-value dict itself Build on GenericScrapySettings (or just scrapy's Settings object) to load these parameters.