This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// get all tweets from @prisma | |
from:prisma | |
// tweets between two accounts | |
from:ryanchenkie to:chris__sev | |
// tweets by a hashtag but only with images | |
#InaugurationDay filter:images | |
// keywords by people on a specific list | |
databases list:HasuraHQ/graphql-summit | |
// really really popular tweets | |
POTUS min_faves:300000 |
jerdog
commented
Jan 20, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment