Skip to content

Instantly share code, notes, and snippets.

View pboushy's full-sized avatar

Phillip Boushy pboushy

  • Salt Lake City, UT
View GitHub Profile
@pboushy
pboushy / transporter.py
Last active November 18, 2025 00:05 — 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.
#
import getpass
from traceback import format_exc as traceback_format_exc
import requests