Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 602 Bytes

File metadata and controls

25 lines (18 loc) · 602 Bytes

RSS Anything

Uses Diffbot's Extract API to transform lists of links on websites into an RSS feed.

Build Locally

Requirements

  • Python 3+
  • npm
pip install requirements.txt
npm install tailwindcss
npx tailwindcss -i ./static/custom.css -o ./static/main.css
flask run

Build with Docker

Docker build for https://rss.diffbot.com. Includes a redis cache for aggressive RSS readers.

docker compose up --build