Symfony Commands
app:add-page
Add a headlines page that will be scraped for headlines
url
url of headlines page
--scrape
Enable
dispatch a scrape transition
--dom
dom selector
--excluded-link-regex
Excluded Links Regex
--excluded-text-regex
Excluded Text Regex
--category
News Category, e.g. press_release
Dispatch via Messenger (async)
Async dispatch does not return command output to this page. Commands should log via LoggerInterface.
Run
Back