GitHub APIに認証トークンを付与して無制限に使える様にしたいです。
repository_url = "https://api.github.com/search/repositories?q=stars:%3E=500" repository_response = requests.get(repository_url)
今こんな感じでコードを書きましたが、5回ぐらいアクセスすると回数制限に引っかかってしまいます。
https://docs.github.com/ja/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token に沿って設定しましたが反映されませんでした。
urlにクエリでtokenを設定する必要があるのでしょうか?どの様に書けば良い&設定すれば良いのか教えてください
あなたの回答
tips
プレビュー