Skip to content

Instantly share code, notes, and snippets.

# -*- coding: utf-8 -*-
import scrapy
from uuid import uuid1
import logging
logger = logging.getLogger(__name__)
class TiebaSpider(scrapy.Spider):
name = "facebook"
allowed_domains = ['www.facebook.com']