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
- Host: GitHub
- URL: https://github.com/bod/r2k
- Owner: BoD
- Created: 2021-09-26T22:29:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T14:41:10.000Z (over 1 year ago)
- Last Synced: 2025-10-27T17:43:57.467Z (8 months ago)
- Language: Kotlin
- Size: 164 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```