Skip to content

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.

JordiVirgili/grec-harvester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#grec-harvester

Description

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.

Usage

Getting requirements

$ pip install -r requirements.txt

Get the data from a command line

$ python grec_harvester/grec_harvester.py -f output_file -t {rdf | json} -o (number of columns) "row_title_1" "row_title_2" ...

Get the data from another python script

from grec_harvester import grec_harvester as gh

#getting rdf data
rdf_data = gh.rdfize_pub_list(get_pubs_by_row_name("row_name"))

Travis CI Status

Build Status

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published