Skip to content

Scripts para scrapear datos del Registro de Deudores Alimentarios Morosos

License

Unknown, WTFPL licenses found

Licenses found

Unknown
LICENSE.txt
WTFPL
COPYING.txt
Notifications You must be signed in to change notification settings

ventanita/scraper_redam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

git clone https://github.com/ventanita/scraper_redam.git
cd scraper_redam
pip install -r requirements.txt

Ubuntu instructions

Install dependencies for cryptography package:

sudo apt-get install build-essential libssl-dev libffi-dev python-dev

After this just run the above mentioned install.

Run this way

cd scraper_redam
scrapy crawl redam -a start_id=1 -a end_id=3000

Run scrapy using other server's IP

  • Install tsocks.
  • Configure /etc/tsocks.conf:
server = 127.0.0.1
server_type = 5
server_port = 9999
  • Login ssh -D 9999 user@server
  • Run scraper: tsocks scrapy crawl spider

See more http://blog.scrapinghub.com/2010/11/12/scrapy-tsocks/

About

Scripts para scrapear datos del Registro de Deudores Alimentarios Morosos

Resources

License

Unknown, WTFPL licenses found

Licenses found

Unknown
LICENSE.txt
WTFPL
COPYING.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •