An open API service indexing awesome lists of open source software.

https://github.com/bod/r2k

r2k = RSS to Kindle
https://github.com/bod/r2k

Last synced: about 21 hours ago
JSON representation

r2k = RSS to Kindle

Awesome Lists containing this project

README

          

# r2k

r2k = RSS to Kindle

*Work in progress...*

## Docker instructions

### Building and pushing the image to Docker Hub

```
docker image rm bodlulu/r2k:latest
DOCKER_USERNAME= DOCKER_PASSWORD= ./gradlew dockerPushImage
```

### Running the image

```
docker pull bodlulu/r2k
docker run \
--init \
-v /path/to/where/your/opml/file/is:/opml \
-v /path/to/where/to/put/temporary/files:/tmp \
-v /path/to/where/to/playwright-downloaded-browsers:/playwright-browsers \
bodlulu/r2k \
-u xxx@yyy.com \
-p xxxxxx \
-k zzz@kindle.com \
-f xxx@yyy.com \
-x /ISDCAC-chrome-source \
/opml/file.opml
```