https://github.com/hediske/googlebooks
Web Scraper for Google Books to Allow Downloading Maximum pages from Books Preview
https://github.com/hediske/googlebooks
Last synced: 4 months ago
JSON representation
Web Scraper for Google Books to Allow Downloading Maximum pages from Books Preview
- Host: GitHub
- URL: https://github.com/hediske/googlebooks
- Owner: hediske
- Created: 2024-06-19T13:44:57.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T06:05:29.000Z (12 months ago)
- Last Synced: 2024-06-23T07:33:35.265Z (12 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Google Books Preview Extractor
**_This project is for educational purposes_**
This project Helps you download maximum images from pages of a particular payed bookfrom Google Books
## How it works
It downloads maximum images from a particular book from Google Books.
It uses Tor Proxy and Selenium Webdriver to download the images as images selected to preview change from one user to another and also from one Ip address to another .
It downloads the maximum of images and it handles the errors and retries in a reasonable way and time## How to run
You need docker to run the app
```
docker compose up -d
```