kminek/comment-scraper

There is no license information available for the latest version (dev-master) of this package.

PHP script extracting comments from web pages

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

This package is auto-updated.

Last update: 2024-04-17 07:43:55 UTC


README

PHP script extracting comments from web pages. Supports concurrent requests and data chunking (saves RAM).

Usage

Example code is provided inside index.php file. If you are using UNIX-based box you can run it via command line:

php index.php

Consult CommentScraper\Source\Dummy class on how to implement your own source.

Contributions

are welcome :)