Relative Content

Tag Archive for pythongithub-api

Filtering by number of comments in GitHub Search API

I am trying to pull issues from the github tensorflow repo, that have more than 250 comments. However, I always receive 30 results (in accordance with GitHubs Pagination), when I should only receive 2 results.
Here’s my code: