From df0e131ae749de86c2fa9dad5a0c622c0daa9450 Mon Sep 17 00:00:00 2001 From: Sergey Ispravnikov <65862178+sIspravnikov@users.noreply.github.com> Date: Tue, 30 Jun 2020 20:07:03 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5863fcb..ae4b6bd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # BitBucket to Gitea migration tool. ## Description -Using BitBucket API we're getting repos, project of this repo, description and clone link. -Then, using Gitea API, creating organizations(gitea has no projects, but organizations replacing it fully), then starting migration for each repo from BitBucket. +Simple script for all repos migration from BitBucket to Gitea. ## Using * Create authentification token in bitbucket @@ -19,3 +18,6 @@ migrationPassword='password' run with ```python3 main.py``` + +## Problems and logging +See migration.log, that will be created on script run