ReVanTis / rsscrawlercore

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%