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
Myles Scolnick
Myles Scolnick8mo ago
@sadki-bra what is the exact issue? is this in the playground or locally?
sadki-bra
sadki-bra8mo ago
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:
Myles Scolnick
Myles Scolnick8mo ago
thanks for sharing https://scegithub.apps.carrier.com/api/v3 doesnt seem like a valid link for me