Skip to content

fabiano/crawlr

Repository files navigation

crawlr

Build Status Dependencies Status

Simple crawler to extract product data from some Brazilian e-commerce websites.

Playing

Use the command lein try <url> to play with the crawler. You should pass a category page as argument: lein try http://www.website.com.br/categoria/livros/historia-em-quadrinhos.

Running the application

Dependencies

Postgres 9.5.

Create the database

psql -U postgres -c "create role crawlr with createdb login password 'crawlr'"

psql -U postgres -c "create database crawlr owner crawlr encoding = 'UTF-8'"

lein migrate-up

Start the worker

Just type lein worker pages.examples.txt.

About

Simple crawler to extract product data from some Brazilian e-commerce websites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors