Skip to content

Instantly share code, notes, and snippets.

@charlesBochet
Created July 2, 2017 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlesBochet/d14cb04b4e7eacd7c56fed5e10a9d89d to your computer and use it in GitHub Desktop.
Save charlesBochet/d14cb04b4e7eacd7c56fed5e10a9d89d to your computer and use it in GitHub Desktop.
{
'$match': {
'$and': [
{'timestamp': {'$gte': start_date, '$lt': end_date}},
{'recipients': {'$nin': [None]}},
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment