{"id":20319018,"url":"https://github.com/tedder/rssfilter","last_synced_at":"2025-04-11T18:12:23.374Z","repository":{"id":26644939,"uuid":"30100949","full_name":"tedder/rssfilter","owner":"tedder","description":"search/filter n RSS feed","archived":false,"fork":false,"pushed_at":"2022-04-06T05:42:20.000Z","size":25,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T18:12:18.941Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tedder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-31T03:32:03.000Z","updated_at":"2024-12-10T16:53:06.000Z","dependencies_parsed_at":"2022-09-01T15:01:40.770Z","dependency_job_id":null,"html_url":"https://github.com/tedder/rssfilter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedder%2Frssfilter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedder%2Frssfilter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedder%2Frssfilter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedder%2Frssfilter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tedder","download_url":"https://codeload.github.com/tedder/rssfilter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248456371,"owners_count":21106604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T18:42:47.833Z","updated_at":"2025-04-11T18:12:23.344Z","avatar_url":"https://github.com/tedder.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is designed to take an RSS/atom feed and filter things in/out of it. YML files are plucked out of s3 (or via http). These contain the configuration for each feed.\n\n## Filters\n\nAn **include** filter means only items that match something on theh list will be kept. An **exclude** means matching items will be removed.\n\n## Matches\n\nIndividual matches are done against the 'content', 'title', 'summary', and 'link' fields. Text is lowercased. Entries can be string matches or a **regular expression** with slashes at either end. This is useful for URLs.\n\n## Output\n\nIn my version, output URLs are prepended with `tedder.me/rss/`. This should probably be configurable in the future.\n\n## Example\n\nThe following examples show my personal usage. I've removed a private URL.\n\n    - url: \"privateurl\"\n      filter:\n      - include:\n        - soup\n        - /daily.show/\n        - \"category: top gear (uk)\"\n        - mythbusters\n        - cats\n        exclude:\n        - /8.out.of.10.cats/\n      output: ted/feed.rss\n    - url: http://gdata.youtube.com/feeds/base/users/BuzzFeedVideo/uploads?alt=rss\u0026v=2\u0026orderby=published\u0026client=ytapi-youtube-profile\n      filter:\n        - include:\n          - /dear.kitten/\n      output: ted/buzzfeed_dearkitten.rss\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedder%2Frssfilter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftedder%2Frssfilter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedder%2Frssfilter/lists"}