Skip to content

luchofarje/manolo_scraper

 
 

Repository files navigation

Build Status codecov.io Code Issues

All spiders go here

Spiders are based on Scrapy.

Configuration

Create a file config.json with the following info:

{
    "CRAWLERA_USER": "",
    "CRAWLERA_PASS": "",
    "drivername": "postgres",
    "username": "postgres",
    "host": "localhost",
    "port": "5432",
    "password": "",
    "database": "manolo"
}

The database credentials are needed so that the spider will upload data to the production database.

List of Entities

About

Scraper de registro de visitas online. Usa Scrapy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 80.2%
  • Python 19.7%
  • Other 0.1%