Skip to content

Instantly share code, notes, and snippets.

@natereed
Created November 13, 2015 16:53
Show Gist options
  • Save natereed/5105702bff3619472ead to your computer and use it in GitHub Desktop.
Save natereed/5105702bff3619472ead to your computer and use it in GitHub Desktop.
Inspect a Scrapy response
from scrapy.shell import inspect_response
inspect_response(response, self)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment