twitter-lite
twitter-lite copied to clipboard
Filtered Stream track operators
Not super clear from docs how would one go about using the premium operators twitter provides to track things in a stream?
Say for example one wanted to track mentions of a specific user but only if the tweet text has:images?
Are the operators used within the value of the track key as such?
const parameters = {
track: "@testUser has:images",
};
thank u
Hi @jayabrams Did you ever figure this out? I have a similar question here:
https://github.com/draftbit/twitter-lite/issues/164