Skip to content

kappa/opengovdata-parsers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

A set of russian government data parsers.

Most of the data published are available only in human-readable
formats, like HTML or Microsoft Word, hence the need for special
parsers.

See http://opengovdata.ru

We have:

======== rnpfas ========
Parser for http://rnp.fas.gov.ru/ data on unfair vendors

Requires perl, Web::Scraper, Text::CSV_XS.

Very easy installation of dependencies under Linux or Mac OS X:
% wget -O - http://cpanmin.us | perl - --sudo Web::Scraper Text::CSV_XS

======== rosfapmc ========
Parser for data on media receiving state subsidies
available here: http://www.fapmc.ru/support/recipientsofstate/

Requires perl, antiword, Text::CSV_XS, XML::LibXML, lwp-perl.

Very easy installation of Perl dependencies under Linux or Mac OS X:
% wget -O - http://cpanmin.us | perl - --sudo Text::CSV_XS LWP::UserAgent

antiword package is usually available on your Linux packages repository.
Try `sudo apt-get install antiword'.

About

Parsers for opengovdata.ru

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages