Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.02 KB

GitHub Mass Clone

GitHub Mass Clone is a simple curses based tool written in Python which can list repositories of a particular user or organization from GitHub for cloning them.

Dependencies

To be able to use the tool a working Python installation is required with the Python modules npyscreen and requests.

Settings

  • Type of Entity

    • Whether the GitHub account is of an user or organization.
  • Name of Entity

    • Name of the Github user/organization account.
  • Type of Transport

    • What kind of GitHub link is to be used.
  • Path to Store

    • Existing directory location to which selected repositories will be cloned.

Repository Selection