Answer the question
In order to leave comments, you need to log in
Github, Python: With what library and how can I sort the search results in the order of repository creation?
New repositories are constantly being created on github. I would like to be able to receive information about this, and based on this, write an application that will notify about new repositories every day on a specific request (for example, on the request "neural networks").
Are there any libraries that can be used to fix the creation date of a repository?
And preferably an algorithm (or an example) of how this can be implemented.
Perhaps the date of the first commit can be taken as the date of creation of the repository.
Why manual search on the github site is not suitable: there is no necessary sorting option.
Of those that exist (Best match, most stars, Fewest stars...), there is not a single suitable one.
For example, recently updated can be either a new repository or a repository created 5 years ago.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question