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
Requires
- guzzlehttp/guzzle: ^6.0
- imangazaliev/didom: ^1.0
Requires (Dev)
- symfony/var-dumper: ~2.7.3
This package is auto-updated.
Last update: 2024-11-17 08:45:36 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 :)