From 9fc88e100ea9a44593a6e3bfa1ac7ebe703a76c6 Mon Sep 17 00:00:00 2001 From: Nanne Wielinga Date: Sat, 9 Apr 2022 21:00:02 +0200 Subject: [PATCH] bump to 100 --- interesting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interesting.py b/interesting.py index 9fa51ef2265..167aaa5c4ae 100644 --- a/interesting.py +++ b/interesting.py @@ -34,7 +34,7 @@ repos_url = "https://raw.githubusercontent.com/k8s-at-home/awesome-home-kubernetes/main/data.json" data = requests.get(repos_url).json() -url = "https://api.github.com/search/repositories?q=topic:k8s-at-home" +url = "https://api.github.com/search/repositories?q=topic:k8s-at-home&per_page=100" items = requests.get(url, headers=github_header).json()['items'] for repo_info in items: