Skip to content

Instantly share code, notes, and snippets.

@chenkie
Last active December 17, 2021 00:49
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chenkie/bf12d9c4309def594dc16d1a383dfeaa to your computer and use it in GitHub Desktop.
Save chenkie/bf12d9c4309def594dc16d1a383dfeaa to your computer and use it in GitHub Desktop.
// 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
Copy link

jerdog commented Jan 20, 2021

👏👏👏👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment