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