jamesturk / spatula

A modern Python library for writing maintainable web scrapers.
https://jamesturk.github.io/spatula/
MIT License
244 stars 11 forks source link

add configurable default settings #33

Open jamesturk opened 2 years ago

jamesturk commented 2 years ago

While it is possible to pass in a scrapelib.Scraper, it probably makes more sense to expose these things as spatula settings so that users can set up their spatula environment via environment variables or other means.

0.9.0 adds a prototype spatula.config that could become the means to do this.

Philosophy: