I’m currently using Node-RED’s Twitter module to MQTT > HomeAssistant and apart from the Reddit module it’s my only reason I use Node-RED at all, I just find it strange that there isn’t a Twitter read sensor, say for specific accounts as opposed to a firehose. Is there a specific reason why Node-RED supports Twitter (and Reddit) but not HA?
I’ve looked into the scrape sensor but it’d need reconfiguring every time the site changes. From searching I know I’m not the only one who would use such a sensor.
Have you found any good options? This is exactly what I’m looking for. I want a notification when a single account updates. Twitter is very frustrating. I thought that if I followed an account and turned on alerts I might get an email or an alert. That doesn’t even seem to happen. I’ve missed a ton of new posts with nothing. I use the scrape sensor so I will look into that.
EDIT: Going to try scrape plus Twitter embed feature. Maybe that can make reconfiguration less frequent.
I’ve no idea how experienced you are in NR so this is a quick example sketch that pipes new tweets to Pushover, personally I pipe to MQTT and then work that into Home Assistant automations. Go to the burger menu on to top right of node-red and select import and paste into the red box. Pushover will need credentials added also for this to work.