BitbucketToGitea/README.md
Sergey Ispravnikov df0e131ae7
Update README.md
2020-06-30 20:07:03 +03:00

582 B

BitBucket to Gitea migration tool.

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 bb, that have access to all repos'
migrationPassword='password'

run with python3 main.py

Problems and logging

See migration.log, that will be created on script run