From b0cbca8caa52dac001079531307e90f4db483c1b Mon Sep 17 00:00:00 2001 From: fossilfranv Date: Sat, 18 Feb 2023 23:19:17 +0100 Subject: [PATCH] new version --- clone_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clone_all.py b/clone_all.py index 6008028..24af155 100644 --- a/clone_all.py +++ b/clone_all.py @@ -4,7 +4,7 @@ from git import Repo # must install gitpython module def main(): # Perform request token = "25135836368a30b70cbaa4aa56e8a40f04bf6030" - r = requests.get("https://git.franv.site/api/v1/repos/search?token=" + token) + r = requests.get("https://git.franv.site/api/v1/repos/search?limit=80") # Loop through each repository returned, cloning it for repository in r.json()["data"]: