I use python tweepy library. I am trying to search tweets as in that doc page
results = twitterApi.search(
q = request.args.get("q"),
rpp = 50,
page = 2
)
It throws that error "page parameter is invalid". If I remove "page" parameter it works.
How can i search by page?
Problem is known - Issue 604.
Also see Tweeter API docs, there no information about page parameter.
I think you should use since_id parameter instead of page.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With