Cara Mendapatkan Deskripsi Repositori Menggunakan Pygithub API

g = Github(token)
g.get_repo('PyGithub/PyGithub').description
Foolish Flatworm