Update 'clone_all.py'
This commit is contained in:
parent
f5e35a6312
commit
4487b5eff6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user