We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
has:images
Are the operators used within the value of the track key as such?
track
const parameters = { track: "@testUser has:images", };
thank u
The text was updated successfully, but these errors were encountered:
Hi @jayabrams Did you ever figure this out? I have a similar question here:
https://github.com/draftbit/twitter-lite/issues/164
Sorry, something went wrong.
No branches or pull requests
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?thank u
The text was updated successfully, but these errors were encountered: