Skip to main content

.NET Core port of sjdirect/abot. Abot is an open source C# web crawler built for speed and flexibility. It takes care of the low level plumbing (multithreading, http requests, scheduling, link parsing, etc..). You just register for events to process the page data. You can also plugin your own implementations of core interfaces to take complete control over the crawl process.

Total Downloads
27.3K
27,313
Published
Nov 21, 2016
Latest stable version

Install

.NET CLI
dotnet add package AbotCore --version 0.1.13-beta
Package Manager Console
Install-Package AbotCore -Version 0.1.13-beta
PackageReference
<PackageReference Include="AbotCore" Version="0.1.13-beta" />

Frameworks

.NETFramework4.6 .NETStandard1.6

Dependencies

Microsoft.Net.Http
.NETFramework4.6
[2.2.22, )
AngleSharp
.NETFramework4.6
[0.9.9, )
HtmlAgilityPack.NetCore
.NETFramework4.6
[1.5.0.1, )
[1.0.0, )
NETStandard.Library
.NETFramework4.6
[1.6.0, )
[4.0.1, )
NRobotsCore
.NETFramework4.6
[1.1.2, )
AutoMapper
.NETFramework4.6
[5.1.1, )
[4.1.0, )
[4.0.10, )
System.Threading.Thread
.NETFramework4.6
[4.0.0, )
[1.0.0, )
System.Net.Http
.NETStandard1.6
[4.1.0, )
AngleSharp
.NETStandard1.6
[0.9.9, )
[1.5.0.1, )
[1.0.0, )
NETStandard.Library
.NETStandard1.6
[1.6.0, )
[4.0.1, )
NRobotsCore
.NETStandard1.6
[1.1.2, )
AutoMapper
.NETStandard1.6
[5.1.1, )
[4.1.0, )
[4.0.10, )
[4.0.0, )
[1.0.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

This version is marked prerelease. Validate its API and upgrade path before production use.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

The published metadata declares 28 direct dependency entries across framework groups. Inspect the resolved dependency graph for your target framework.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.