Skip to content

Instantly share code, notes, and snippets.

View shajeen's full-sized avatar

Ahamed shajeen

View GitHub Profile
@shajeen
shajeen / [python] clone all star repo
Last active March 8, 2024 09:20
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")