So erhalten Sie eine Beschreibung von Repositorys mit Pygithub API

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