Skip to content

Aavtic/gitcloner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub

GitCloner Logo Easy Repository Cloning with GitCloner

Clone GitHub repositories without using Git — only using requests! GitCloner uses the GitHub API. If you want to clone a private GitHub repository, you will need a GitHub Fine-Grained Token.


🚀 Easy Repository Cloning with GitCloner

GitCloner is a Python-based tool that simplifies the process of cloning GitHub repositories, even in environments where Git is not installed. Whether you're working with public or private repositories, GitCloner provides a seamless and secure way to clone repositories using the GitHub API.


🔧 Features

  • No Git Installation Required: Clone repositories without needing Git installed on your system.
  • Private Repository Access: Securely clone private repositories using a Fine-Grained GitHub token.
  • User-Friendly: Designed for users with minimal technical expertise.
  • Flexible Cloning: Supports cloning specific branches and integrates easily into various workflows.

⚙️ How It Works

To use GitCloner, simply run the program with the necessary command-line options:

python3 gitcloner.py --githubkey <your key> --owner <username> --repo <target repository> --branch <branch> --clone

GitHub Repo

GitCloner integrates with GitHub to allow secure cloning of public and private repositories using the GitHub API. GitHub Logo

About

Clone GitHub private repositories without using git

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages