crawlee-python
crawlee-python copied to clipboard
feat: Key-value store context helpers
- This adds a
get_key_value_store(id, name)
context helper toBasicCrawlingContext
- Also, push_data calls are held until the request handler terminates successfully (same as in JS version)
- This is necessary for adaptive crawling (#249), among other things