'How to extract all repositories from GitHub given some criteria?
I want to extract all GitHub repositories that have the following criteria:
- written in Python
- used the
numpypackage - created after 2015
Currently, I am using the following query:
https://api.github.com/legacy/repos/search/numpy%20in:name,description&python?language=python&per_page=50&page=1
But, every time I change the page parameter, I get the same repositories in the response. How do I resolve this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
