kminek/comment-scraper

此包最新版本(dev-master)没有可用的许可信息。

从网页中提取注释的PHP脚本

dev-master 2018-02-07 23:43 UTC

This package is auto-updated.

Last update: 2024-09-17 08:32:26 UTC


README

PHP脚本,用于从网页中提取注释。支持并发请求和数据分块(节省RAM)。

用法

示例代码位于 index.php 文件中。如果你使用基于UNIX的盒子,你可以通过命令行运行它

php index.php

有关如何实现自己的源代码,请参考 CommentScraper\Source\Dummy 类。

贡献

欢迎 :)