Skip to content

Instantly share code, notes, and snippets.

@eliasdorneles
Created August 30, 2014 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliasdorneles/4cf4c8492365438f2dd6 to your computer and use it in GitHub Desktop.
Save eliasdorneles/4cf4c8492365438f2dd6 to your computer and use it in GitHub Desktop.
minimal Scrapy spider
import scrapy
class MinimalSpider(scrapy.Spider):
"""The smallest Scrapy-Spider in the world!"""
name = 'minimal'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment