Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for DIC_kwDOCZduT84B6E2a (0.39 seconds)

  1. scripts/people.py

    import yaml
    from github import Github
    from pydantic import BaseModel, BeforeValidator, SecretStr
    from pydantic_settings import BaseSettings
    
    github_graphql_url = "https://api.github.com/graphql"
    questions_category_id = "DIC_kwDOCZduT84B6E2a"
    
    
    POINTS_PER_MINUTE_LIMIT = 84  # 5000 points per hour
    
    MINIMIZED_COMMENTS_REASONS_TO_EXCLUDE = {"abuse", "off-topic", "duplicate", "spam"}
    
    
    class RateLimiter:
        def __init__(self) -> None:
    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