All Projects → GeReV → Nsoup

GeReV / Nsoup

Licence: mit
NSoup is a .NET port of the jsoup (http://jsoup.org) HTML parser and sanitizer originally written in Java

Projects that are alternatives of or similar to Nsoup

Clojure Soup
Clojurized access for Jsoup.
Stars: ✭ 38 (-73.79%)
Mutual labels:  jsoup, html-parser
Skrape.it
A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.
Stars: ✭ 231 (+59.31%)
Mutual labels:  jsoup, html-parser
Searchitem
小搜搜——商品条形码/二维码搜索APP
Stars: ✭ 96 (-33.79%)
Mutual labels:  jsoup
Prestasharp
CSharp .Net client library for the PrestaShop API via web service
Stars: ✭ 134 (-7.59%)
Mutual labels:  dot-net
Lua Gumbo
Moved to https://gitlab.com/craigbarnes/lua-gumbo
Stars: ✭ 116 (-20%)
Mutual labels:  html-parser
Statiq.web
Statiq Web is a flexible static site generator written in .NET.
Stars: ✭ 1,358 (+836.55%)
Mutual labels:  dot-net
Nsubstitute
A friendly substitute for .NET mocking libraries.
Stars: ✭ 1,646 (+1035.17%)
Mutual labels:  dot-net
Wxmlify
一个轻量快速的插件,帮助你在微信小程序中显示富文本编辑器生成的HTML。
Stars: ✭ 93 (-35.86%)
Mutual labels:  html-parser
Autocser
AutoCSer is a high-performance RPC framework. AutoCSer 是一个以高效率为目标向导的整体开发框架。主要包括 TCP 接口服务框架、TCP 函数服务框架、远程表达式链组件、前后端一体 WEB 视图框架、ORM 内存索引缓存框架、日志流内存数据库缓存组件、消息队列组件、二进制 / JSON / XML 数据序列化 等一系列无缝集成的高性能组件。
Stars: ✭ 140 (-3.45%)
Mutual labels:  html-parser
Save For Offline
Android app for saving webpages for offline reading.
Stars: ✭ 114 (-21.38%)
Mutual labels:  html-parser
Csly
a C# embeddable lexer and parser generator (.Net core)
Stars: ✭ 129 (-11.03%)
Mutual labels:  dot-net
Myhtml
Fast C/C++ HTML 5 Parser. Using threads.
Stars: ✭ 1,512 (+942.76%)
Mutual labels:  html-parser
Deepnight In Kotlin
8小时 用kotlin开发的一款纯看妹子的app
Stars: ✭ 101 (-30.34%)
Mutual labels:  jsoup
Slimmessagebus
Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
Stars: ✭ 120 (-17.24%)
Mutual labels:  dot-net
Crawlerpack
Java 網路資料爬蟲包
Stars: ✭ 99 (-31.72%)
Mutual labels:  jsoup
Harser
Easy way for HTML parsing and building XPath
Stars: ✭ 135 (-6.9%)
Mutual labels:  html-parser
Influxdb.client
InfluxDB Client for .NET
Stars: ✭ 94 (-35.17%)
Mutual labels:  dot-net
Floki
Floki is a simple HTML parser that enables search for nodes using CSS selectors.
Stars: ✭ 1,642 (+1032.41%)
Mutual labels:  html-parser
Skiasharp.extended
SkiaSharp is a cross-platform, comprehensive 2D graphics API for all .NET platforms. And, here is where you will find all sorts of extras that you can use with it.
Stars: ✭ 118 (-18.62%)
Mutual labels:  dot-net
Fleck
C# Websocket Implementation
Stars: ✭ 1,869 (+1188.97%)
Mutual labels:  dot-net

NSoup is currently unmaintained.

At this time, I am not actively working on this library. However, I will happily accept any help and pull requests, and perhaps return to working on it, should it gain any more traction.

The source code has been migrated from CodePlex in the hopes it will get picked up by the GitHub community. It is by now fairly outdated and perhaps should be ported from latest jsoup scratch.

NSoup

NSoup is a .NET port of the jsoup (https://github.com/jhy/jsoup) HTML parser and sanitizer originally written in Java.

jsoup originally written by Jonathan Hedley. Ported to .NET by Amir Grozki.

Features

  • jQuery-like CSS selectors for finding and extracting data from HTML pages.
  • Sanitize HTML sent from untrusted sources.
  • Manipulate HTML documents.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].