2022-03-26 00:33:09 +03:00
2022-03-26 00:32:00 +03:00
2022-03-25 23:25:00 +03:00
2022-03-26 00:33:09 +03:00
2022-03-25 23:25:11 +03:00
2022-03-25 23:25:24 +03:00
2022-03-25 23:25:24 +03:00

GitSwitch

Helper tools to move all you repos from GitHub into GitFlic

Installation

# Shell

$ pip install -r requirements.txt

Usage

Get GitHub token from: https://github.com/settings/tokens
Get GitFlic token from: https://gitflic.ru/settings/oauth/token

# Shell

python main.py \
       --token=<your_access_token> \
       --dst_folder=<your_folder> \
	   --gitflic_token=<your_gitflic_token> \
	   --is_private=<True/False>

The script if going to clone all the repos for a given access token under dst_folder/org_name/repo_name.

Description
No description provided
Readme MIT 50 KiB
Languages
Python 100%