#grec-harvester
grec-harvester is a little script written in python to scrap data in the UdL's (Universitat de Lleida) GREC website, a service for note all the research activities developed in the university, and obtain the collected data in RDF Graph or JSON.
$ pip install -r requirements.txt
$ python grec_harvester/grec_harvester.py -f output_file -t {rdf | json} -o (number of columns) "row_title_1" "row_title_2" ...
from grec_harvester import grec_harvester as gh
#getting rdf data
rdf_data = gh.rdfize_pub_list(get_pubs_by_row_name("row_name"))