Simple crawler to extract product data from some Brazilian e-commerce websites.
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.
Postgres 9.5.
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
Just type lein worker pages.examples.txt.