Get a list of all public active sciper from EPFL.
Install
Via CPAN with :
$ cpan install EPFL::Sciper::List
Usage
Command Line
$ epfl-sciper-list.pl --help
Usage:
epfl-sciper-list.pl
epfl-sciper-list.pl --output=json > sciper.json
epfl-sciper-list.pl --output=tsv > sciper.tsv
Options:
--output=tsv|json
Output format in TSV or Json.
Module
use EPFL::Sciper::List qw/retrieveSciper toJson toTsv/;
my @listPersons = retrieveSciper();
print toJson(@listPersons);
print toTsv(@listPersons);
Contributing
Contributions are always welcome.
See Contributing.
Developer
License
Apache License 2.0
(c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017.
See the LICENSE file for more details.