Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JuanJakobo/Pocketbook-Read-offline
A basic client for Pocketbook to read and modify Pocket items
https://github.com/JuanJakobo/Pocketbook-Read-offline
pocket pocketbook
Last synced: 13 days ago
JSON representation
A basic client for Pocketbook to read and modify Pocket items
- Host: GitHub
- URL: https://github.com/JuanJakobo/Pocketbook-Read-offline
- Owner: JuanJakobo
- License: gpl-3.0
- Created: 2021-11-17T23:00:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T20:30:44.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:33:36.679Z (3 months ago)
- Topics: pocket, pocketbook
- Language: C++
- Homepage:
- Size: 226 KB
- Stars: 14
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PB Read offline
A basic client to access an pocket instance via a Pocketbook ebook-reader.
## Features
* Show Pocket articles the user has stored
* Modify items
* Download articles to read them offline
* Show unread and starred items
* Open content in Pocketbook reader
* Handle everything by touch or keys## Installation
Download and unzip the file from releases and place the Readoffline.app into the "applications" folder of your pocketbook.
Once you disconnect the Pocketbook from the PC, the application should be visibile in the application launcher.## How to build
First you need to install the basic build tools for linux.
Then you have to download the Pocketbook SDK (https://github.com/pocketbook/SDK_6.3.0/tree/5.19).
In the CMakeLists.txt of this project you have to set the root of the TOOLCHAIN_PATH to the location where you saved the SDK.
This could be for example:`SET (TOOLCHAIN_PATH "../../SDK/SDK_6.3.0/SDK-B288")`
Then you have to setup cmake by:
`cmake .`
To build the application run:
`make`
In the file pocket.h an Consumer_Key has to be added.
## Disclamer
Use as your own risk!
Even though the possibility is really low, the application could harm your device or even break it.