A command line tool for downloading posts from Facebook Pages into local storage.
composer install
Create .env
from .env.dist
in the root directory and provide all the configuration parameters.
Note: Only MySQL or MariaDB database are supported.
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate
php bin/console app:add-page o2cz
php bin/console app:add-page TMobileCZ
php bin/console app:add-page vodafoneCZ
php bin/console app:download-new-posts
This command downloads new posts for all pages or last 200 posts if no posts were downloaded yet.
Always run make checks
to make sure that your code adheres the coding standards and passes tests.