Server application that scrapes online web pages and serves them as RSS feeds.
These are very early releases, so only the bare minimum works.
No installation package is provided. Build and deploy at will.
- .NET 8.0:
- .NET Runtime;
- ASP.NET Core Runtime.
Developed on Intel macOS 12 (Monterey), using Visual Studio Code:
- Framework:
- .NET 8.0 SDK.
- Extensions:
- .NET Install Tool (ms-dotnettools.vscode-dotnet-runtime);
- C# (ms-dotnettools.csharp);
- C# Dev Kit (ms-dotnettools.csdevkit);
- IntelliCode for c# Dev Kit (ms-dotnettools.vscodeintellicode-csharp).
- Dependencies:
Tested on Linux via Azure App Service.
- Config from database;
- Scheduled refresh to database;
- Serve from database;
- In-memory and HTTP caching;
- Follow links and enrich items (date/time, content/media, etc.);
- Full-featured frontend.
Published under The MIT License.
Features:
- RSS: Added rel=self for improved compatibility
- Frontend: Minimal initial version with feed directory
- Frontend: Available feeds advertised as meta tags
Features:
- RSS: Initial version.