If you are using wget for your cronjob command and have setup the RSS Feed Importer in EasyBlog, you will need to create a separate cronjob task for your RSS Feed imports.
The Cronjob URL that needs to be added is the following:
/bin/wget -O /dev/null "https://yoursite.com/index.php?option=com_easyblog&task=cronfeed"
This cronjob command will ensure that the import for your RSS Feeds would be automated.
NOTE
If you do not intend to setup the Feed Importer, you may skip this section altogether.