Skip to content

Instantly share code, notes, and snippets.

View chmolto's full-sized avatar
🌊
Pumping code

Christian Moltó chmolto

🌊
Pumping code
View GitHub Profile
@chmolto
chmolto / transporter.py
Last active April 14, 2025 20:13 — forked from keshav-space/transporter.py
Migrate GitHub project between accounts
#
# Copyright (c) nexB Inc. and others. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
# See https://aboutcode.org for more information about nexB OSS projects.
#
from traceback import format_exc as traceback_format_exc
import requests