Migale.Core 1.0.0

dotnet add package Migale.Core --version 1.0.0
                    
NuGet\Install-Package Migale.Core -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Migale.Core" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Migale.Core" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Migale.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Migale.Core --version 1.0.0
                    
#r "nuget: Migale.Core, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Migale.Core&version=1.0.0
                    
Install Migale.Core as a Cake Addin
#tool nuget:?package=Migale.Core&version=1.0.0
                    
Install Migale.Core as a Cake Tool

GitHub Nuget

Migale: A lightweight .NET spider with fast kickstarting

Migale was born out of a need to extract quickly and with a very low development cost. This package is not intended to replace complete and structured libraries like DotnetSpider.

Features

  • Multi-Threaded
  • Fail & retries handling
  • Event-Driven
  • Extensible
  • Document parsing (HTML, JSON, XML) (Work in progress !)

Samples

You can find samples with the crawlers implementation here !

Packages

Package Description Nuget
Migale.Core The core of the project Nuget (with prereleases)
Migale.Crawlers.HttpClient The HttpClient crawler implementation with RequestMessages Nuget (with prereleases)
Migale.Crawlers.Playwright The Playwright crawler implementation with browser automation Nuget (with prereleases)

Contributing

We would love community contributions here.

There is actually no contributation guide or convention as i'm actually the only maintainer of the project.

License

This project is licensed with the MIT license.

You should take a look at these related projects:

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Migale.Core:

Package Downloads
Migale.Crawlers.Playwright

Package Description

Migale.Crawlers.HttpClient

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 348 1/30/2023
0.0.6 335 1/30/2023
0.0.4 292 1/30/2023
0.0.1 295 1/30/2023