Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 422 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 422 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