Is there a way to track twitter feed without going down the RSS feed method. I have searched the forum but can’t see anything.
Full page doesnt work effectively for twitter as the column the trending section constantly changes. I can’t see a way to just select the stream of tweets in the centre of the page.
It maybe really obvious but im struggling to see it.
There are lots of dynamic contents in the Twitter feed, so automatically selecting them may cease to work after some time. If you want to monitor any account’s latest 5 tweets, then you can use the following config. It will work in the cloud.
New user trying to monitor when a particular Twitter user posts a new tweet. I’m using the following as my config, and it almost works. The problem is that twitter changes up the “Promotional tweets” on a users page often. So even though a user hasn’t posted anything new, a change is still detected because the Promo tweet text has changed.
Is there a way I can exclude the promo tweets / only include tweets from the user in question?
Thanks for reaching out, Kyle. It should be possible to customize the config to filter out promoted tweets.
I was looking for one but could not stumble on one right now. Will you be able to share html code of a promoted tweet in a timeline? Browser’s inbuilt element inspector can be used to copy it. Let me know if you need any help getting that out. Cheers!
@ajitk Thank you, but seems it’s not working quite yet. See below for examples (highlighted in green) of Promoted Tweet text still getting picked up and not excluded (Promoted tweets from GooglePixel and Tesla).
Is there anything else I can provide to help you investigate?
Another thought I had, is that the Promoted Tweets never appear in the first 2 tweets it seems. Is there a way to look at only the first two tweets, i.e. “[data-testid="tweet"] [lang] span” for only the first 2?
Got to see a page with promoted tweet. So used that to create and test one. Checkout the following config that should be able to filter out the promoted tweets well:
@ajitk One more thing seems to be happening, in that the check seems to be alternating how many tweets it’s checking against. See below where it’s adding/removing the tweet highlighted in green every other check. Is there a way to ensure it’s checking against the full timeline with every check?
Are you using the browser extension for checks? Some dynamic sites don’t load completely when opened in a background tab. They wait for the page to become “visible” to render completely.
Can you try using the desktop app instead? It doesn’t suffer from this limitation. Also, increase the delay in the config to a higher number, say 7 or 10. That should ensure that the page got enough time to load completely.