https://github.com/erdnaxe/miniflux-luma
Atom feed exporter for Miniflux starred items
https://github.com/erdnaxe/miniflux-luma
Last synced: 5 months ago
JSON representation
Atom feed exporter for Miniflux starred items
- Host: GitHub
- URL: https://github.com/erdnaxe/miniflux-luma
- Owner: erdnaxe
- License: mit
- Created: 2021-05-31T20:05:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T15:12:50.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T17:31:15.272Z (almost 2 years ago)
- Language: Go
- Size: 84 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# miniflux-luma
Atom feed exporter for Miniflux starred items
## Installation
```
go get -u github.com/erdnaxe/miniflux-luma
```
## Usage
Fetch your API token from Miniflux settings and write it in `api_token` file.
This file path can be changed using `-api-token-file` argument.
Then you may start the web service:
```
miniflux-luma -endpoint https://rss.example.com -listen-addr 127.0.0.1:8080
```