Fetching from github
From @sadki-bra:
would you have some example of how to retrieve data (over 1MB) from github using a token. i'm trying to use this logic but unfortunately i'm having some trouble:
g = Github(base_url="", login_or_token="")
repo = g.get_repo("")
sha_file = ""
blob = repo.get_git_blob(sha_file)
3 Replies
@sadki-bra what is the exact issue? is this in the playground or locally?
Hi myles, let me share the wasm link
Locally I get this error : This cell raised an exception: SSLError('HTTPSConnectionPool(host='corsproxy.io', port=443): Max retries exceeded with url:
thanks for sharing
https://scegithub.apps.carrier.com/api/v3
doesnt seem like a valid link for me