The guide has twitter CLI commands but when try to run them, it gives error
mautic/bin/console mautic:twitter:hashtags
mautic/bin/console mautic:twitter:mentions
Error:
There are no commands defined in the “mautic:twitter” namespace.
The guide has twitter CLI commands but when try to run them, it gives error
mautic/bin/console mautic:twitter:hashtags
mautic/bin/console mautic:twitter:mentions
Error:
There are no commands defined in the “mautic:twitter” namespace.
I think that’s an error on the docs, given that the cron job is this:
php /path/to/mautic/bin/console mautic:social:monitoring
(according to: Cron jobs | Mautic)
Try mautic:social:monitoring and see if the addition of twitter:mentions works (e.g. mautic:social:monitoring:twitter:hashtags) Maybe we missed off the social:monitoring part in the docs. Honestly I haven’t used this for a very long time so I don’t actually know!