google-book-scraper 0.3.6

Tool and library for downloading the contents of books hosted on books.google.com for offline viewing.
Documentation
1
2
3
4
5
6
7
8
pub mod batching;
mod helpers;
pub mod scraper;
pub mod types;

pub use batching::*;
pub use scraper::*;
pub use types::*;