Skip to content

Instantly share code, notes, and snippets.

View WanderingDaniel's full-sized avatar

WanderingDaniel

View GitHub Profile
@WanderingDaniel
WanderingDaniel / transporter.py
Last active January 17, 2025 00:08 — forked from keshav-space/transporter.py
Migrate GitHub project between accounts - copying from one existing project to another existing project. Also copies over custom fields created.
#
# 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