Skip to content
This repository was archived by the owner on Jun 17, 2018. It is now read-only.

alip/archdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archdown

Command-line utility to download books from archive.org using archivist-client

Example Usage

Download from the command-line:

$ gem install archdown
$ archdown -y 1700-1830

# ...
# downloads a lot of books into ./library
# ...

More advanced usage: use as a Ruby library. Here's an example of a query that downloads a book by archive.org identifier:

d = Archdown::Download.new('library',
  :filters => ["identifier:firstbooknapole00gruagoog"])

d.go!{ |metadata, librarian| puts m.inspect }

Or a set of books within a range of years:

d = Archdown::Download.new('library',
  :start_year => 1800, :end_year => 1850)

d.go!{ |metadata, librarian| puts m.inspect }

About

Command-line utility to download books from archive.org using archivist-client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%