Scrapyrt Versions Save

HTTP API for Scrapy spiders

v0.16.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/scrapinghub/scrapyrt/compare/v0.15.0...v0.16.0

v0.15.0

7 months ago
  • fix compatibility with Scrapy 2.11 on crawler object

v0.14.0

8 months ago

v0.13

2 years ago

v0.12

3 years ago
  • dropped Python 2 support
  • tested with Python 3.8, 3.9, Scrapy 2.4+, add official support
  • option to explicitly pass crawl arguments for spider by "crawl_args" argument to GET and POST endpoints
  • bug fix when API was hanging on bytes returned from user spiders
  • removed not needed and outdated dependencies such as demjson, six
  • documentation lifting (readme.md page in pip and github)

0.11.0

4 years ago
  • fixed bug resulting from fact that since version 19.2.0 Twisted expects http headers of string type
  • removed outdated, unused logging code that relied on scrapy.log deprecated in Scrapy

0.10

7 years ago

Changes

  • add support for Python 3. Tested on 3.5
  • add boolean argument to execute Scrapy.spider.start_requests method