- Copy
.env.example
to.env
and fill it. - Create table from
src/config/schema.sql
. Change table name if needed - Run
php export.php --group=123
orphp export.php -g=123
- Filter posts by params
- Export to csv/xml/redis/whatever
Export posts from wall to db. Under construction
.env.example
to .env
and fill it.src/config/schema.sql
. Change table name if neededphp export.php --group=123
or php export.php -g=123
Export posts from wall to db. Under construction
MIT License