Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/humbertodias/go-nie-crawler

Simple crawler that extract some useful informations from sede.administracionespublicas.gob.es.
https://github.com/humbertodias/go-nie-crawler

crawler golang

Last synced: 3 days ago
JSON representation

Simple crawler that extract some useful informations from sede.administracionespublicas.gob.es.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/humbertodias/go-nie-crawler.svg?branch=master)](https://travis-ci.org/humbertodias/go-nie-crawler)

# GO Crawler Demo

Simple crawler that extract some useful informations from sede.administracionespublicas.gob.es.

# Clone

mkdir -p ~/go/src/github.com/humbertodias && cd $_
git clone https://github.com/humbertodias/go-nie-crawler
cd go-nie-crawler

# Run

make run

Check the files: provincias.json, tramites.json

# Ref

[Scraping-the-Web-in-Golang-with-Colly-and-Goquery](https://benjamincongdon.me/blog/2018/03/01/Scraping-the-Web-in-Golang-with-Colly-and-Goquery/)

[go-colly](http://go-colly.org)