Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsniper/ReBook
The missing book store for remarkable.
https://github.com/fsniper/ReBook
remarkable-tablet
Last synced: 25 days ago
JSON representation
The missing book store for remarkable.
- Host: GitHub
- URL: https://github.com/fsniper/ReBook
- Owner: fsniper
- License: mit
- Created: 2021-02-01T00:23:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T15:47:48.000Z (over 1 year ago)
- Last Synced: 2024-11-13T18:47:30.478Z (29 days ago)
- Topics: remarkable-tablet
- Language: C++
- Homepage:
- Size: 4.43 MB
- Stars: 64
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-reMarkable - Rebook - The missing book store for reMarkable. (Applications / Other APIs)
README
#Rebook
--------------------The missing book store for remarkable.
Rebook is a standardebooks.org search and download application.
Special thanks to:
* https://rmkit.dev/apps/rmkit
* https://github.com/raisjn/okp
* https://www.boost.org/
* https://github.com/gocolly/colly
* https://standardebooks.org/
* http://www.golang.org
* https://www.python.org## Build
* **Make sure you have gcc-arm-linux-gnueabihf and okp installed**
* **Make sure you have go 1.15.6+ installed, go binary is in PATH, and GOPATH is set to rebook root dir.**Downlad dependencies via running makedeps.sh
```
./makedeps.sh
```Run make
```
make
```## Install
For now rebook does not have a toltec package.
1. You need to manually add rebook binary to your launchers list.
2. You need to copy rebook-go-standardebooks.arm into /opt/ directory as `rebook-go-standardebooks` file## Usage
1. Make sure you are connected to the Internet
2. Click on the search box
3. Enter a search term.
4. Click on a book to download into /home/root directory.