Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for DiscussionExpertsResults (0.08 seconds)

  1. scripts/people.py

            reset_at=data["data"]["rateLimit"]["resetAt"],
        )
        graphql_response = DiscussionsResponse.model_validate(data)
        return graphql_response.data.repository.discussions.edges
    
    
    class DiscussionExpertsResults(BaseModel):
        commenters: Counter[str]
        last_month_commenters: Counter[str]
        three_months_commenters: Counter[str]
        six_months_commenters: Counter[str]
        one_year_commenters: Counter[str]
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 13:51:24 GMT 2026
    - 15K bytes
    - Click Count (0)
Back to Top