Skip to content

Instantly share code, notes, and snippets.

View lucagiovagnoli's full-sized avatar

Luca Giovagnoli lucagiovagnoli

View GitHub Profile
@lucagiovagnoli
lucagiovagnoli / main.py
Last active July 7, 2025 05:42
Migrate all repos from bitbucket to github 2025
import os
import sys
import unicodedata
from github.Repository import Repository
from pybitbucket37.bitbucket import Client as BbClient, Bitbucket
from github import Github
APP_KEYS = {
# 'bitbucket': 'Get it from https://bitbucket.org/account/user/YOUR_USERNAME/app-passwords',