How to Solve NameError: name 'GitHub' is not defined -- lib

Solution: Import the 'GitHub' module

# Add the following line to the top of your code
from lib.github import GitHub

 

For more information:
lib GitHub