/mkfd

RSS feed builder created with Bun๐Ÿฅ– and Hono๐Ÿ”ฅ- builds from webpages, email folders, and REST API calls.

Primary LanguageTypeScriptMIT LicenseMIT

mkfd

Docker Pulls GitHub Repo stars

๐Ÿƒ Running locally

๐Ÿž Bun installation Visit bun.sh for more info

curl https://bun.sh/install | bash

๐Ÿ“ฆ To install dependencies

bun install

๐Ÿš€ To run

bun run index.ts --passkey=your_passkey_here --cookieSecret=your_cookie_secret_here

โžก๏ธ Access the GUI at http://localhost:5000/


๐Ÿณ Running with Docker

๐Ÿ  Locally

docker build -t mkfd .
docker run -p 5000:5000 -v /local/mount/path:/configs -e PASSKEY=your_passkey -e COOKIE_SECRET=your_cookie_secret mkfd

๐Ÿ“ฅ From Docker Hub

docker pull tbosk/mkfd:latest
docker run -p 5000:5000 -v /local/mount/path:/configs -e PASSKEY=your_passkey -e COOKIE_SECRET=your_cookie_secret tbosk/mkfd:latest

๐Ÿ”ง To Do

  • Locally testing subscriptions to feeds
  • Add all possible RSS fields to models
  • Add option for parallel iterators
  • Add form validation
  • Add selector suggestion engine
  • Add feed preview pane
  • Store/compare feed data to enable timestamping feed items
  • Create dockerfile
  • Create Helm chart files
  • Create GUI
  • Utilities
    • HTML stripper
    • Source URL wrapper for relative links
  • Amass contributors

paypal