Skip to content

Instantly share code, notes, and snippets.

View 4lex11s's full-sized avatar

Alexis-Emmanuel Haeringer 4lex11s

View GitHub Profile
@4lex11s
4lex11s / [python] clone all star repo
Created September 27, 2023 08:57 — forked from shajeen/[python] clone all star repo
Code to download all stared repo
from github import Github
from pygit2 import clone_repository
import random
import string
import json
import os
path = "/home/shajeen/Documents/git_stared/"
g = Github("git personal access token")