FeedVault is an open-source web application that allows users to archive and search their favorite web feeds.
Find a file
2024-03-28 05:11:32 +01:00
.github Use SQLite 2024-03-28 03:08:22 +01:00
.vscode Refactor account views 2024-03-25 19:17:25 +01:00
feedvault Use latest git version for Django so we can use SQLite settings 2024-03-28 04:23:48 +01:00
static Remove htmx.js as it was unused 2024-03-25 19:16:41 +01:00
templates Add search 2024-03-26 03:18:07 +01:00
.env.example Use SQLite 2024-03-28 03:08:22 +01:00
.gitignore Add command for updating feeds 2024-03-17 20:35:25 +01:00
.pre-commit-config.yaml Update pre-commit dependencies 2024-03-26 02:42:18 +01:00
docker-compose.yml Use SQLite 2024-03-28 03:08:22 +01:00
docker-entrypoint.sh Run "python manage.py collectstatic" in Docker 2024-03-18 02:00:10 +01:00
Dockerfile Add VOLUMEs 2024-03-18 01:55:55 +01:00
LICENSE Initial commit 2024-01-23 17:19:23 +01:00
manage.py Shebang is present in manage.py but file is not executable 2024-02-19 05:45:34 +01:00
poetry.lock Remove psycopg 2024-03-28 05:11:32 +01:00
pyproject.toml Remove psycopg 2024-03-28 05:11:32 +01:00
README.md Move back to Postgres 2024-03-17 23:56:24 +01:00

FeedVault

A seed vault for your feeds.

FeedVault is an open-source web application that allows users to archive and search their favorite RSS, Atom, and JSON feeds. With FeedVault, users can effortlessly add their favorite feeds, ensuring they have a centralized location for accessing and preserving valuable content.

Features

Note: Some features are currently in development.

  • Unified Feed Archiving: Archive RSS (0.90 to 2.0), Atom (0.3, 1.0), JSON (1.0, 1.1), Dublin Core, and ITunes feeds seamlessly in one centralized location.
  • Content Search: Easily search your archive for specific content.
  • Export Options: Export your archive to various formats, including JSON, CSV, HTML, ODS, RST, TSV, XLS, XLSX, or YAML.
  • API: Access your archive programmatically through a API.
  • Self-Hosting: Host FeedVault on your own server for complete control over your data.
  • Privacy-Focused: FeedVault respects user privacy by not tracking or collecting any personal data. It is an ad-free platform that prioritizes user security.

Usage

  • Visit the FeedVault website.
  • Sign up for an account or log in if you already have one.
  • Add your favorite feeds to start archiving content.
  • Explore, manage, and enjoy your centralized feed archive.

Contributing

Feel free to contribute to the project. If you have any questions, please open an issue.

Dependencies

tl;dr

poetry install
poetry shell
python manage.py test
python manage.py collectstatic
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

# Optional
pre-commit install
pre-commit run --all-files

# Update feeds
python manage.py update_feeds

Contact

If you have any questions, please open an issue.

I can also be reached at hello@panso.se or on Discord: TheLovinator#9276