Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. scripts/people.py

            category_id=questions_category_id,
        )
        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]
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 21:25:59 UTC 2025
    - 12.3K bytes
    - Viewed (0)
Back to top