Skip to content

Increase available calls to GithHub API #1

@dodu94

Description

@dodu94

Unauthorized GitHub API calls (i.e., one at beginning of execution of the app to get the tree of available files) is limited to 60 calls/h. It can be increased to thousands if the requests are authenticated.

solution 1) authenticate the request using a personal token as specified here in combination with streamlit secrets to store the token

solution 2) add a git action calling the API every hour (or more) to adjourn the tree in a file somewhere?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions