https://github.com/emmvs/the_real_e_reader
https://github.com/emmvs/the_real_e_reader
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmvs/the_real_e_reader
- Owner: emmvs
- Created: 2025-01-08T18:12:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T18:43:59.000Z (over 1 year ago)
- Last Synced: 2025-12-15T01:14:05.871Z (7 months ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
git clone
cd the_real_e_reader
```
2. Install dependencies:
```bash
bundle install
```
3. Create an `.env` file:
```bash
cp .env.copy .env
```
## Usage
Run the script with:
```bash
ruby the_real_e_reader_script.rb
```
Test the script:
```bash
rspec
```