Skip to content

Busque livros e envie diretamente pro seu email

Notifications You must be signed in to change notification settings

hirios/robin-book

Repository files navigation

Robin-Book

Search books (include pt-br), convert and send to kindle

Obs: Windows user, install Calibre-Ebook manually

Windows Users

Install calibre-ebook on this link -> https://calibre-ebook.com/

pip install -r requirements.txt

Installation Linux

Install Calibre-Ebook

sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin

This is to convert EPUB to AZW3

Install Python requirements

pip install -r requirements.txt

Usage

In the config.txt file you must enter your email and password (application type password), host (optional) and port (optional).

python main_server.py

This command starts a server locally (localhost:8080)
Image description

Select a version available on epub (If you want to send to kindle) Image description

References