kminek / comment-scraper
PHP script extracting comments from web pages
Installs: 113
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/kminek/comment-scraper
Requires
- guzzlehttp/guzzle: ^6.0
- imangazaliev/didom: ^1.0
Requires (Dev)
- symfony/var-dumper: ~2.7.3
This package is auto-updated.
Last update: 2025-09-17 10:53:35 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 :)