Explore tweets tagged as #HtmlAgilityPack
I wrote a C# CLI tool for validating all of the internal + external links on statically generated sites using HtmlAgilityPack, but what was really cool was being able to create my own custom inline HTML comment syntax that could be used to skip validation
2
1
20
HtmlAgilityPackってやつとAngleSharpってのを教えてくれたぞ。C#最強やな。現行版は勉強兼ねてPythonで書いたけどあまり好きでないんでC#で書き直す手もあるか。DBはもうSQLite3でいいような。あとは気力さえあればw
0
0
1
Abusing HtmlAgilityPack was easier than writing config files
0
0
1
The tools we use for Markdown linting work this exact same way. Turns out this was really easy to implement with HtmlAgilityPack: 1. Take each link node we've found 2. Check to see if it was immediately ignored in previous sibling block 3. Check parent blocks for ignore
1
0
3
Dado un html, queremos obtener los enlaces a otras páginas href que no sean "nofolow". Fácil con la librería @htmlagilitypack
0
0
0
Advance your coding skills with SpaceiumChat AI Code Generator! 🌟 Generate a C# program to implement a simple web scraper using HttpClient and HtmlAgilityPack. 🌐🔍
0
0
0
New Blog Post: "Your HTML Comments Are More Powerful Than You Think: Building Custom Validation Grammars with HtmlAgilityPack" I've been writing CLIs in C# this year to solve various ops problems. This an npm-style HTML linting tool using C# https://t.co/mblGusE1pR
4
1
9
@mistea_Odi using System; using https://t.co/6vIat48bhu; using https://t.co/YGjMCHrsQE.Http; using HtmlAgilityPack; class Program { static async System.Threading.Tasks.Task Main(string[] args) { string keyword = "mistea"; // 検索するキーワード string outputFile =
0
0
1
@ChShersh @yegordb Yep The same ecosystem Can by done in c# too In python you have pandas, In c# You have https://t.co/R3fpm5QrIR.Analysis Dataframe, And CsvHelper You can di scraping in c# too With AngleSharp + selenium And Linq, It Also has HtmlAgilityPack, CsQuery ...
2
0
0
https://t.co/pxGuU7DaVM こういうのを見るとHtmlAgilityPack頑張れ!ってなっちゃう。でもAngleSharp使おうかな。
0
0
0
一旦WebView2向けに書いたプログラムをHtmlAgilityPack向けに書き直して、試しにスクレイピングしたら(Javascriptが動かないため?)先に用意したXPATHが使えなくなったので、今日は仕事終わり_oロ= 来週の自分ガンバレ
0
0
0
HtmlAgilityPack から AngleSharp への書換え、GitHub Copilot Chat に丸投げで、30秒で終わった。楽すぎる
0
0
1
"Learn how to scrape images from web pages using HtmlAgilityPack with the simple ConsoleWebScraper by Bohdan Harabadzhyu. Automate image extraction and storage for streamlined data collection. #WebScraping #HtmlAgilityPack #DataCollection"
0
1
0
↓使わせていただいた。 HtmlAgilityPackがうまく認識されてなかったのでNuGetし直したら大丈夫だった。 https://t.co/vRe6YbxAI7
0
0
0
HtmlAgilityPack ile Döviz Kurlarını Çekme https://t.co/ZEasu7pMQP Htm Continue reading on Medium »
0
0
0
0
1
2