Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sharan-naribole
Last active January 5, 2017 17:53
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 sharan-naribole/06a9d623dd0082a46d2aa45c57d51b72 to your computer and use it in GitHub Desktop.
Save sharan-naribole/06a9d623dd0082a46d2aa45c57d51b72 to your computer and use it in GitHub Desktop.
import scrapy
class FlairsItem(scrapy.Item):
# define the fields for your item here like:
# name = scrapy.Field()
comments = scrapy.Field()
link = scrapy.Field()
title = scrapy.Field()
score = scrapy.Field()
flair_map = scrapy.Field()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment