Skip to content

Personal asp.net core web crawler for rss content generation.

License

Notifications You must be signed in to change notification settings

ReVanTis/rsscrawlercore

Repository files navigation

rsscrawlercore

Personal asp.net core web crawler for rss content generation.

How to build:

git clone https://github.com/revantis/rsscrawlercore
dotnet restore
dotnet build

Modify host:port in Properties/launchSettings.json, line 24:

...
      "applicationUrl": "https://localhost:20244",
...

and run

dotnet run

or publish then deploy to anywhere you want.

Currently supported feeds:

Used library:

About

Personal asp.net core web crawler for rss content generation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages