Last active
December 17, 2021 00:49
-
-
Save chenkie/bf12d9c4309def594dc16d1a383dfeaa to your computer and use it in GitHub Desktop.
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ππππ