GelaniNijraj / gbooks-scrapper

Google books scrapper made with C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gbooks-scrapper

Google books scrapper made with C

Download

Build from source

make
make install

Usage

Usage: gbooks-scrapper [OPTIONS]
A tool to scrape pages as images from books.google.com

  -i, --id=ID               ID of the book
  -I, --info                get book information only
  -c, --complete            download complete book
  -t, --target-location     download files location
  -s, --start-page=PAGE     start download from page PAGE
  -e, --end-page=PAGE       download pages upto PAGE
  -v, --verbose             show status messages
  -h, --help                get this message

Issues

Report any issues, bugs or feature requests at issues page.

License

Copyright (c) 2017 Nijraj Gelani

This software is distributed under MIT license.

About

Google books scrapper made with C

License:MIT License


Languages

Language:C 96.9%Language:Makefile 3.1%