MCPcopy
hub / github.com/damoeb/rss-proxy

github.com/damoeb/rss-proxy @v2.1.1 sqlite

repository ↗ · DeepWiki ↗ · release v2.1.1 ↗
326 symbols 579 edges 103 files 0 documented · 0%
README

RSS-proxy

Build Status

RSS-proxy allows you to do create an ATOM or JSON feed of any static website or feeds (web to feed), just by analyzing just the HTML structure. Try the demo. It is an alternative UI to feedless with a reduced feature set. If you want advanced features like fulltext feeds, aggregation, persistence, authentication and others, checkout feedless

Playground

Features

  • Web to Feed
  • Feed to Feed: pipe existing native feeds through rss-proxy to filter them
  • Filters
  • Self Hosting

Advanced Features

If you look for features below, you have to use feedless, the successor of rss-proxy - Feed Aggregation - Authentication and multi-tenancy - JavaScript Support (prerendering) - Fulltext Feeds and other content enrichments - Persistence - CLI - GraphQL API - Plugins

Changelog

See here

Quickstart using docker

If you have docker or podman installed, do this

docker pull damoeb/rss-proxy:2.1
docker run -p 8080:8080 -e APP_API_GATEWAY_URL=https://foo.bar -it damoeb/rss-proxy:2.1

APP_API_GATEWAY_URL is your outfacing url, which will be used as host for feeds you create.

Then open localhost:8080 in the browser.

Release Notes for Version 2

Legacy Version 1

If you are interested in running the first prototype, this is how you do it.

docker pull damoeb/rss-proxy:1
docker run -p 3000:3000 -it damoeb/rss-proxy:1

Then open localhost:3000 in the browser.

License

This project uses the following license: GNU GPLv3.

Extension points exported contracts — how you extend this code

RssProxyEnvironment (Interface)
(no doc)
packages/playground/src/environments/rss-proxy-environment.ts
FilterExample (Interface)
(no doc)
packages/playground/src/app/components/refine-feed/refine-feed.component.ts
ArticleCandidate (Interface)
(no doc)
packages/playground/src/app/components/generic-feeds/generic-feeds.component.ts
SiteUrl (Interface)
(no doc)
packages/playground/src/app/components/watch-page-change/watch-page-change.component.ts
JsonFeedItem (Interface)
(no doc)
packages/playground/src/app/components/feed/feed.component.ts

Core symbols most depended-on inside this repo

get
called by 17
packages/playground/src/app/services/app-settings.service.ts
createFeedUrlForGeneric
called by 5
packages/playground/src/app/services/feed.service.ts
createFeedUrlForNative
called by 5
packages/playground/src/app/services/feed.service.ts
use
called by 4
packages/playground/src/app/components/push/push-updates/push-updates.component.ts
use
called by 4
packages/playground/src/app/components/export-options/export-options.component.ts
use
called by 4
packages/playground/src/app/components/options/options.component.ts
getCurrentFeed
called by 4
packages/playground/src/app/components/playground-stateless/playground-stateless.component.ts
discover
called by 4
packages/playground/src/app/services/feed.service.ts

Shape

Method 171
Class 122
Interface 22
Function 11

Languages

TypeScript100%

Modules by API surface

packages/playground/src/app/components/playground-stateless/playground-stateless.component.ts27 symbols
packages/playground/src/app/components/generic-feeds/generic-feeds.component.ts20 symbols
packages/playground/src/app/services/feed.service.ts19 symbols
packages/playground/src/app/components/playground/playground.component.ts16 symbols
packages/playground/src/app/components/refine-feed/refine-feed.component.ts13 symbols
packages/playground/src/app/components/prerender/prerender.component.ts13 symbols
packages/playground/src/app/services/app-settings.service.ts12 symbols
packages/playground/src/app/components/options/options.component.ts11 symbols
packages/playground/src/app/components/push/push-updates/push-updates.component.ts10 symbols
packages/playground/src/app/components/export-options/export-options.component.ts10 symbols
packages/playground/src/app/components/native-options/native-options.component.ts9 symbols
packages/playground/src/app/components/feed-url/feed-url.component.ts9 symbols

Dependencies from manifests, versioned

@angular-devkit/build-angular13.1.0 · 1×
@angular/cli13.1.0 · 1×
@angular/common13.1.0 · 1×
@angular/compiler13.1.0 · 1×
@angular/compiler-cli13.1.0 · 1×
@angular/core13.1.0 · 1×
@angular/forms13.1.0 · 1×
@angular/language-service13.1.0 · 1×
@angular/platform-browser13.1.0 · 1×
@angular/platform-browser-dynamic13.1.0 · 1×
@angular/router13.1.0 · 1×
@types/jasmine4.0.3 · 1×

For agents

$ claude mcp add rss-proxy \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact