SkillAgentSearch skills...

WebCrawler

Just a simple web crawler which return crawled links as IObservable using reactive extension and async await.

Install / Use

/learn @Misterhex/WebCrawler
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WebCrawler

Build Status NuGet version

Just a simple web crawler which return crawled links as IObservable<Uri> using reactive extension, async await and polly.

dotnet add package MisterHex.WebCrawling --version 2.0.3

Usage

Crawler crawler = new Crawler();
IObservable<Uri> observable = crawler.Crawl(new Uri("https://dotnet.microsoft.com"));
observable.Subscribe(onNext: Console.WriteLine, onCompleted: () => Console.WriteLine("Crawling completed"));
View on GitHub
GitHub Stars60
CategoryDevelopment
Updated1y ago
Forks32

Languages

C#

Security Score

70/100

Audited on Aug 12, 2024

No findings