You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Python script automates the process of cloning all repositories starred by a GitHub user. Simply provide your GitHub username and Personal Access Token (PAT), and it will fetch and clone the repositories into a local directory.
5
+
6
+
## Features
7
+
- Automatically fetches starred repositories.
8
+
- Clones each repository locally.
9
+
- Skips already cloned repositories to avoid duplication.
0 commit comments