{"id":34107969,"url":"https://github.com/nevedomski/gitbridge","last_synced_at":"2026-04-06T09:01:39.978Z","repository":{"id":308400216,"uuid":"1032585637","full_name":"nevedomski/gitBridge","owner":"nevedomski","description":"GitBridge - GitHub Repository Synchronization Tool","archived":false,"fork":false,"pushed_at":"2025-08-31T22:14:22.000Z","size":1274,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T02:29:06.858Z","etag":null,"topics":["api","github","sync","syncronization"],"latest_commit_sha":null,"homepage":"https://nevedomski.github.io/gitBridge/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nevedomski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-05T14:17:28.000Z","updated_at":"2025-08-31T22:10:49.000Z","dependencies_parsed_at":"2025-08-06T20:43:22.464Z","dependency_job_id":null,"html_url":"https://github.com/nevedomski/gitBridge","commit_stats":null,"previous_names":["nevedomski/gitsync","nevedomski/gitbridge"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/nevedomski/gitBridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nevedomski%2FgitBridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nevedomski%2FgitBridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nevedomski%2FgitBridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nevedomski%2FgitBridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nevedomski","download_url":"https://codeload.github.com/nevedomski/gitBridge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nevedomski%2FgitBridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31466228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","github","sync","syncronization"],"created_at":"2025-12-14T18:11:49.185Z","updated_at":"2026-04-06T09:01:39.964Z","avatar_url":"https://github.com/nevedomski.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitBridge - GitHub Repository Synchronization Tool\n\n[![CI](https://github.com/nevedomski/gitBridge/workflows/CI/badge.svg)](https://github.com/nevedomski/gitBridge/actions)\n[![GitHub Release](https://img.shields.io/github/v/release/nevedomski/gitbridge?include_prereleases\u0026label=version)](https://github.com/nevedomski/gitbridge/releases)\n[![PyPI Version](https://img.shields.io/pypi/v/gitbridge?label=pypi)](https://pypi.org/project/gitbridge/)\n[![PyPI Downloads](https://img.shields.io/pypi/dm/gitbridge?label=downloads)](https://pypi.org/project/gitbridge/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/gitbridge)](https://pypi.org/project/gitbridge/)\n[![codecov](https://codecov.io/gh/nevedomski/gitBridge/branch/main/graph/badge.svg)](https://codecov.io/gh/nevedomski/gitBridge)\n[![Tests](https://img.shields.io/github/actions/workflow/status/nevedomski/gitbridge/ci.yml?branch=main\u0026label=tests)](https://github.com/nevedomski/gitbridge/actions)\n[![Known Vulnerabilities](https://snyk.io/test/github/nevedomski/gitbridge/badge.svg)](https://snyk.io/test/github/nevedomski/gitbridge)\n[![Ruff Format](https://img.shields.io/github/actions/workflow/status/nevedomski/gitbridge/ruff-format.yml?branch=main\u0026label=ruff%20format)](https://github.com/nevedomski/gitbridge/actions)\n[![Ruff Lint](https://img.shields.io/github/actions/workflow/status/nevedomski/gitbridge/ruff-lint.yml?branch=main\u0026label=ruff%20lint)](https://github.com/nevedomski/gitbridge/actions)\n[![MyPy](https://img.shields.io/github/actions/workflow/status/nevedomski/gitbridge/mypy.yml?branch=main\u0026label=mypy)](https://github.com/nevedomski/gitbridge/actions)\n[![License](https://img.shields.io/github/license/nevedomski/gitbridge)](./LICENSE)\n[![Docs](https://img.shields.io/badge/docs-github%20pages-blue)](https://nevedomski.github.io/gitBridge/)\n\n**Production-ready tool to synchronize GitHub repositories when direct git access is blocked.**\n\n🎉 **v1.0.0 Released!** - First stable release now available on PyPI\n\n## Features\n\n- **GitHub API Sync**: Uses GitHub's REST API for efficient repository synchronization\n- **Browser Automation Fallback**: Falls back to Playwright-based browser automation if API access is blocked\n- **Incremental Updates**: Only downloads changed files after initial sync\n- **Configuration Support**: Flexible configuration via YAML files\n- **Command-Line Interface**: Easy-to-use CLI for various sync operations\n- **Progress Tracking**: Visual progress bars and detailed logging\n- **Automatic Proxy Detection**: Auto-detects proxy settings from Windows/Chrome PAC scripts\n- **Corporate Environment Support**: Works with SSL certificates and proxy configurations\n- **Cross-Platform**: Works on Windows, Linux, and macOS\n- **Comprehensive Testing**: 502+ tests with 83% code coverage\n\n## Installation\n\n### From PyPI (Recommended)\n\n```bash\n# Basic installation\npip install gitbridge\n\n# With browser automation support\npip install gitbridge[browser]\n\n# For development\npip install gitbridge[dev]\n```\n\n### Windows Users\n\nWindows dependencies (pypac, wincertstore, pywin32) are **automatically installed** when you install GitBridge on Windows.\n\n### From Source\n\nUsing [uv](https://github.com/astral-sh/uv):\n\n```bash\n# Clone the repository\ngit clone https://github.com/nevedomski/gitbridge.git\ncd gitbridge\n\n# Install with uv\nuv pip install -e .\n\n# Or with all extras\nuv pip install -e \".[all]\"\n```\n\n## Quick Start\n\n1. Create a configuration file (`config.yaml`):\n\n```yaml\nrepository:\n  url: https://github.com/username/repo\n  branch: main\n\nlocal:\n  path: /path/to/local/folder\n\nauth:\n  token: your_github_personal_access_token\n\nsync:\n  method: api  # or 'browser'\n  incremental: true\n```\n\n2. Run the sync:\n\n```bash\ngitbridge sync --config config.yaml\n```\n\n## Usage\n\n### Basic Sync\n```bash\ngitbridge sync --repo https://github.com/username/repo --local /path/to/local\n```\n\n### With Personal Access Token\n```bash\ngitbridge sync --repo https://github.com/username/repo --local /path/to/local --token YOUR_TOKEN\n```\n\n### Force Browser Mode\n```bash\ngitbridge sync --repo https://github.com/username/repo --local /path/to/local --method browser\n```\n\n### Check Repository Status\n```bash\ngitbridge status --config config.yaml\n```\n\n### Corporate Environment Support\n\nFor Windows users in corporate environments:\n\n```bash\n# Auto-detect proxy from Chrome/Windows settings\ngitbridge sync --repo https://github.com/username/repo --local /path/to/local --auto-proxy\n\n# Auto-detect certificates from Windows certificate store\ngitbridge sync --repo https://github.com/username/repo --local /path/to/local --auto-cert\n\n# Use both auto-detection features together\ngitbridge sync --config config.yaml --auto-proxy --auto-cert\n\n# Last resort: disable SSL verification\ngitbridge sync --config config.yaml --auto-proxy --no-ssl-verify\n```\n\nOr add to your configuration file:\n\n```yaml\nsync:\n  auto_proxy: true   # Auto-detect proxy from PAC\n  auto_cert: true    # Auto-detect certificates from Windows\n  # verify_ssl: false  # Only if absolutely necessary\n```\n\nThe tool will automatically:\n- Extract proxy settings from Windows/Chrome PAC scripts\n- Export trusted certificates from Windows certificate store\n- Combine them with certifi's default bundle\n- Configure requests to use both proxy and certificates\n\n## Configuration\n\n### Environment Variables\n- `GITHUB_TOKEN`: GitHub Personal Access Token\n- `GITSYNC_CONFIG`: Default configuration file path\n\n### Configuration File Format\nSee `config.example.yaml` for a complete example.\n\n## Requirements\n\n- Python 3.10+ (recommended: 3.11+)\n- [uv](https://github.com/astral-sh/uv) for dependency management\n- For browser mode: Chrome/Chromium and ChromeDriver\n\n## Development\n\n```bash\n# Install development dependencies\nmake install-dev\n\n# Format code\nmake format\n\n# Run linting\nmake lint\n\n# Type checking\nmake type-check\n\n# Run tests\nmake test\n```\n\n## Limitations\n\n- Binary files larger than 100MB may fail with API method\n- Browser method is significantly slower than API method\n- Some GitHub Enterprise features may not be supported\n\n## License\n\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnevedomski%2Fgitbridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnevedomski%2Fgitbridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnevedomski%2Fgitbridge/lists"}