Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l1aoxingyu/bitbucket_download_mnbvc
https://github.com/l1aoxingyu/bitbucket_download_mnbvc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/l1aoxingyu/bitbucket_download_mnbvc
- Owner: L1aoXingyu
- Created: 2023-09-09T11:30:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T02:39:10.000Z (10 months ago)
- Last Synced: 2024-10-15T09:54:47.689Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitbucket Repository Cloner
## Purpose
This script automates the process of cloning all repositories from a Bitbucket account. It fetches the list of repositories using Bitbucket's REST API and clones each one into a designated folder.## Dependencies
- Python 3.x
- `requests` libraryInstall the dependencies using pip:
```bash
pip install requests
```## Usage
Run the script using Python:```bash
python get_bitbucket_repo.py [destination_folder]
```## Arguments
`destination_folder` (optional): The folder where the cloned repositories will be stored. Default is `bitbucket_repo`.## Limitations
- The script currently does not support authenticated requests. As such, it can only clone public repositories.
- Error handling is minimal, so the script may not gracefully handle all edge cases.## License
MIT