Question: GITHUB using PYTHON QUESTION: I am trying to gather login information of collaborators and append them using python about github api but I keep getting
GITHUB using PYTHON QUESTION: I am trying to gather login information of collaborators and append them using python about github api but I keep getting this error saying that string indices must be integers. I am not sure where I am making error and how I can fix this?!
Thank you!


resp1 = response1.json() for login in resp1: element=login['login'] collablist.append(element) print(collablist) TypeError Traceback (most recent call last)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
