Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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