please i'm building a github bot with python and i've followed the necessary documentations but now im getting an error which says:
AttributeError: module 'github' has no attribute 'Github'. Did you mean: 'GithubApp'?
and when i change it to GithubApp i get this error:
TypeError: 'module' object is not callable
please help
please i'm building a github bot with python and i've followed the necessary documentations but now im getting an error which says: AttributeError: module 'github' has no attribute 'Github'. Did you mean: 'GithubApp'? and when i change it to GithubApp i get this error: TypeError: 'module' object is not callable please help