kl83 / comments-collector
Console script to grab feedbacks
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.0
- ext-dom: *
- ext-json: *
- ext-libxml: *
- yiisoft/yii2: ^2.0.0
- yiisoft/yii2-httpclient: ~2.0.0
This package is auto-updated.
Last update: 2024-11-16 06:13:21 UTC
README
Console script to grab feedbacks.
Available sources:
- Booking
- Yandex
- Tripadvisor
Supported storages:
- WordPress
Installation
composer create-project kl83/comments-collector
Configuration
Create and edit config.php file. See configuration example in config.dist.php file.
cp config.dist.php config.php
nano config.php
Usage
Run the comcol and feedbacks will be grabbed from the configured sources to configured storage.
./comcol
License
MIT