← All projects

Books-Downloader

by @KhaliLounis

20

This Python script allows you to search for a book using the Google Books API and download it from the Library Genesis website if available in PDF format.

About this project

Books Downloader Table of Contents Introduction Features Prerequisites APIs Used Contributing Introduction This project is a practice exercise for web scraping. It demonstrates how to utilize the Google Books API and Library Genesis to search for a book, retrieve potential authors, and download the book if available in PDF format. The script prompts the user to enter a book name, performs a search using the Google Books API to retrieve potential authors, and then searches Library Genesis for the book. If the book is found, it opens the download link in the default web browser. Features Search for books using the Google Books API Retrieve potential authors from the Google Books API Search for the book on Library Genesis Provide a direct download link for books available in PDF format on Library Genesis Prerequisites To run this script, you need the following: Python 3.x installed on your system Required Python packages: beautifulsoup4, requests, webbrowser APIs Used Google Books API: Used to search for books and retrieve book information, including potential authors. Contributing

From the project README on GitHub

Stars
20
Forks
0
Last push
31 Aug 2023

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/books-downloader.svg)](https://www.madeinalgeria.dev/projects/books-downloader)

Related projects