Replies: 1 comment
-
Did you get any solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone know if there is a way to enable a user to specify/filter a date to only search for posts which are posted on a particular date when using
googleapiclient
?I am thinking this may be possible because when we go onto Google's page and search for something, on the next page where it's displaying all the searched links, on the top right there is a "Tools" button that you can click on -> click "Any Time" -> click "Custom range" and this will let you specify the date of all the links that was posted on a particular date.
I was hoping that there would be a
date
parameter ingoogleapiclient
but when I ran my code below which has thedate
parameter, it comes up with an errorTypeError: Got an unexpected keyword argument date
. The code works when I remove thedate
parameter.Would greatly appreciate it if anyone could help.
Beta Was this translation helpful? Give feedback.
All reactions