Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sIspravnikov/BitbucketToGitea
BitBucket to Gitea Repositories migration script
https://github.com/sIspravnikov/BitbucketToGitea
bitbucket gitea migration
Last synced: about 1 month ago
JSON representation
BitBucket to Gitea Repositories migration script
- Host: GitHub
- URL: https://github.com/sIspravnikov/BitbucketToGitea
- Owner: sIspravnikov
- License: gpl-3.0
- Created: 2020-06-04T18:32:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T12:03:55.000Z (over 1 year ago)
- Last Synced: 2024-07-31T07:15:44.852Z (4 months ago)
- Topics: bitbucket, gitea, migration
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gitea - Bitbucket2Gitea - A python3 script to migrate all projects and repositories from Atlassian BitBucket to Gitea. (Migration / Web Hosting)
- awesome-gitea - Bitbucket2Gitea - A python3 script to migrate all projects and repositories from Atlassian BitBucket to Gitea. (Migration / Panel)
- awesome-gitea - Bitbucket2Gitea - A python3 script to migrate all projects and repositories from Atlassian BitBucket to Gitea. (Migration / Web Hosting)
README
# BitBucket to Gitea migration tool.
* For cloud BitBucket instances. For hosted, look at legacy branch
## Description
Simple script for all repos migration from BitBucket to Gitea.## Using
* Create authentification token in bitbucket
* Create authentification token in gitea
* Create file props.py with parameters:
```
BitBucketURL='bitbucket url'
authTokenBB='bitbucket auth token'
GiteaURL='gitea url'
authTokenGitea='gitea auth token'
migrationUsername='user in BitBucket, that have access to all repositories'
migrationPassword='password'
```run with
```python3 main.py```## Problems and logging
See migration.log, that will be created on script run