import requests url = "https://api.github.com/repos/xtekky/gpt4free/contributors" for user in requests.get(url).json(): print(f'')