https://github.com/bcongdon/miniflux-substack-filter
Filter paywalled substack posts from miniflux
https://github.com/bcongdon/miniflux-substack-filter
Last synced: 3 months ago
JSON representation
Filter paywalled substack posts from miniflux
- Host: GitHub
- URL: https://github.com/bcongdon/miniflux-substack-filter
- Owner: bcongdon
- License: mit
- Created: 2020-11-07T15:58:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T00:31:42.000Z (about 4 years ago)
- Last Synced: 2025-04-15T19:43:32.911Z (9 months ago)
- Language: Go
- Size: 30.3 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# miniflux-substack-filter
Filter paywalled substack posts from miniflux
## Usage
### CLI Usage
```
Usage of miniflux-substack-filter:
-api-endpoint string
the api of your miniflux instance (default "https://rss.notmyhostna.me")
-api-key string
api key used for authentication
-dry-run
whether to start in dry run mode
-log-level string
the level to filter logs at eg. debug, info, warn, error
-password string
the password used to log into miniflux
-refresh-interval string
interval defining how often we check for new entries in miniflux
-username string
the username used to log into miniflux
```
### Enabling for a feed
Feeds that have `substack.com` in the URL are automatically filtered for
paywalled articles. You can also enable filtering on non-substack URLs (e.g.
substack publications that have a custom domain) by adding `substack_paywall` to
the Miniflux [rewrite rules](https://miniflux.app/docs/rules.html#rewrite-rules)
of the feed.
## Attribution
Inspired by
[dewey/miniflux-sidekick](https://github.com/dewey/miniflux-sidekick/)