browser-use-oauth/is-html-fast
imnyang 351af7ba78 Implement HTML domain checker in Rust and add PowerShell script for chunked execution
- Added a Rust program that reads a list of domains from "domains.txt", checks if they return HTML content, and writes valid domains to "domains-filtered.txt".
- Introduced a PowerShell script to execute a Python script in chunks, allowing for processing of specified line ranges from the domain list.
2025-06-06 23:47:59 +09:00
..
src Implement HTML domain checker in Rust and add PowerShell script for chunked execution 2025-06-06 23:47:59 +09:00
.gitignore Implement HTML domain checker in Rust and add PowerShell script for chunked execution 2025-06-06 23:47:59 +09:00
Cargo.lock Implement HTML domain checker in Rust and add PowerShell script for chunked execution 2025-06-06 23:47:59 +09:00
Cargo.toml Implement HTML domain checker in Rust and add PowerShell script for chunked execution 2025-06-06 23:47:59 +09:00
domains.txt Implement HTML domain checker in Rust and add PowerShell script for chunked execution 2025-06-06 23:47:59 +09:00
README.md Implement HTML domain checker in Rust and add PowerShell script for chunked execution 2025-06-06 23:47:59 +09:00

실제로 사용되진 않습니다. 일회용 코드입니다.