From 4487b5eff6bbaa958e92dcd3208ebbedd04d483d Mon Sep 17 00:00:00 2001 From: fossilfranv Date: Sat, 18 Feb 2023 23:23:03 +0100 Subject: [PATCH] Update 'clone_all.py' --- clone_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clone_all.py b/clone_all.py index 1fa4ec8..bb33766 100644 --- a/clone_all.py +++ b/clone_all.py @@ -3,7 +3,7 @@ from git import Repo # must install gitpython module def main(): # Perform request - token = "25135836368a30b70cbaa4aa56e8a40f04bf6030" + token = "25135836368a30b70cbaa4aa56e8a40f04bf6030" #token not used because all repos are public r = requests.get("https://git.franv.site/api/v1/repos/search?limit=80") #the 80 is to get all repos (presently 41) # Loop through each repository returned, cloning it