Skip to content

Instantly share code, notes, and snippets.

View rtcastellano's full-sized avatar

Robert Castellano rtcastellano

View GitHub Profile
# -*- coding: utf-8 -*-
from scrapy import Spider
from scrapy.selector import Selector
from asoiaf.items import AsoiafItem
from selenium import webdriver
from scrapy.http import TextResponse, Request
import time
class AsoiafSpider(Spider):
name = "asoiaf"