We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94bfc4 commit cd3b02eCopy full SHA for cd3b02e
main.py
@@ -1,10 +1,7 @@
1
-from json.tool import main
2
from requests import request
3
from pydash import _
4
5
# get GitHub user followers
6
-
7
8
def get_followers(user):
9
url = 'https://api.github.com/users/' + user + '/followers'
10
return request('GET', url).json()
0 commit comments