Skip to content

emmvs/the_real_e_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Real E-Reader

This project is a Ruby script to search for books on LibGen, filter by EPUB or PDF format, and download them for personal use.

Features

  • Search for a book by title
  • Automatically select and download the first result (or let you choose a book manually by uncommenting specific lines).
  • Filters search results to include only EPUB or PDF formats
  • Downloads books to the books_downloaded folder
  • TODO: Send book to E-Reader (kindle)

Installation

  1. Clone this repository:
  git clone <repository_url>
  cd the_real_e_reader
  1. Install dependencies:
  bundle install
  1. Create an .env file:
  cp .env.copy .env

Usage

Run the script with:

  ruby the_real_e_reader_script.rb

Test the script:

  rspec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages