glanceapp / glanceapp/glance

Rss Feed Filter

Open
#191 3 comments 4 reactions 0 assignees View on GitHub
roadmap
Dominant language
Go
Stars
37.1k
Forks
1.5k
Avg merge
1h 11m
Merged PRs (30d)
1

Description

Would be awesome to have the possibilty to filter the rss feeds on arbitary fields.

Something like this
```yaml

- type: rss
title: News
style: horizontal-cards
feeds:
- url: https://feeds.bloomberg.com/markets/news.rss
title: Bloomberg
filters: # adding this Filter
- field: title
value: /Alert/i # RegEx or Just string?
- field: category
value: Business
- url: https://feeds.feedburner.com/crunchyroll/rss/anime?lang=deDE
title: Crunchyroll
filters:
- field: crunchyroll:seriesTitle # or just seriesTitle or extensions.seriesTitle ? Don't know how they get parsed by gofeed
value: # Here the values should be combined by OR because they would never match both
- /Failure Frame/i # if matched
- Berserk of Gluttony # Exact Value
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.