Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soliveirarm/clone-repo
Simple python script for devs how want to automate the process of cloning a github reposity
https://github.com/soliveirarm/clone-repo
clone-repo dev python-script
Last synced: about 1 month ago
JSON representation
Simple python script for devs how want to automate the process of cloning a github reposity
- Host: GitHub
- URL: https://github.com/soliveirarm/clone-repo
- Owner: soliveirarm
- Created: 2024-10-16T23:48:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T23:52:51.000Z (3 months ago)
- Last Synced: 2024-10-19T00:08:38.596Z (3 months ago)
- Topics: clone-repo, dev, python-script
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Clone Repo
> Simple python script for devs how want to automate the process of cloning a github reposity
## Requirements
- Python has to be installed
- VS Code as your IDE (preferably)## How to use
1. Open `clone-repo.py` with VS Code
2. Change the **`USERNAME`** constant to your own
3. Run it with **python**, that's it!## Tweaks
- If you don't use VS Code, simply remove the _30th line_
- By default the reposity is saved in '`Desktop/projects`', if you want to change the the **`PROJECTS_PATH`** constant to the path you want.## Download the script