Skip to content

Instantly share code, notes, and snippets.

@harryandriyan
Created August 31, 2017 07:36
Show Gist options
  • Save harryandriyan/a0b34be312ffa5cbe1ed65cd601cec90 to your computer and use it in GitHub Desktop.
Save harryandriyan/a0b34be312ffa5cbe1ed65cd601cec90 to your computer and use it in GitHub Desktop.
items.py of Republika
from scrapy.item import Item, Field
class RepublikaItem(Item):
# List of fields
title = Field()
link = Field()
images = Field()
category = Field()
date = Field()
desc = Field()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment