Ben Chuanlong Du's Blog

It is never too late to learn.

Transfer a Repository Using GitHub Rest API

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

In [ ]:
import requests

token = "ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Comments