Expand description
A library for measuring Github repository contributions.
Structs§
- Issue
- A Github Issue.
- PR
- A Github Pull Request.
- Postings
- A collection of Issue and Pull Request
Threads. - Response
Times - Statistics involving
Threadresponse times. - Statistics
- Various compiled statistics regarding contributions to a Github repository.
- Thread
- A thread of conversation on Github.
- User
- A user and their contributions.
- User
Contribs - A nicer collated form of the data pulled from Github regarding User Contributions.
Functions§
- rate_
limit - Discover the remaining API quota for the given token.
- repo_
threads - Given a repository name, look up the
Threadstatistics of all its Issues. - user_
contributions - A curated list of the Top 100 users in a given location, ranked via their contribution counts and weighted by followers.