Extrae y almacena datos de la sección amarilla
git clone https://github.com/diegordzr/YellowSpider.git
cd YellowSpider
pip install -r requirements.txtPor defecto el único pipeline almacena los datos en MongoDB
ITEM_PIPELINES = ['yellow.pipelines.YellowPipeline']parámetros de la base de datos
MONGODB_SERVER = "localhost"
MONGODB_PORT = 27017
MONGODB_DB = "test"
MONGODB_COLLECTION = "contacts"Obtener información de contactos en la categoria software:
scrapy crawl contacts -a category=software