Giter VIP home page Giter VIP logo

damoeb / rss-proxy Goto Github PK

View Code? Open in Web Editor NEW
1.7K 25.0 108.0 3.64 MB

RSS-proxy allows you to do create an RSS or ATOM feed of almost any website, just by analyzing just the static HTML structure.

Home Page: https://rssproxy.migor.org

JavaScript 1.82% TypeScript 64.93% HTML 27.91% Dockerfile 0.28% SCSS 3.09% Makefile 0.10% Kotlin 1.87%
atom-feed rss-generator rss-feed json-feed rss-proxy rss-feed-generator

rss-proxy's Introduction

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.

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.