Skip to content

mount-tech/hansard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hansard

crates.io version Build status Documentation

At the moment just grabs the last 20 Hansard Bound Volumes zipfiles.

Usage:

hansard all Gets the last 20 bound volumes and saves to ./data/ directory

hansard xml Prints the xml from the last 20 bound volumes e.g hansard xml | grep election

Usage as library:

    extern crate hansard;

    use hansard::retrieve;

    fn main(){
        // call retrieve to start the download of the bound volumes
        retrieve::retrieve();
    }

License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages