get-profile-data-of-repo-stargazers icon indicating copy to clipboard operation
get-profile-data-of-repo-stargazers copied to clipboard

This repository contains a script used to get the GitHub profile information of all the people who've Stared a given GitHub repository

Results 1 get-profile-data-of-repo-stargazers issues
Sort by recently updated
recently updated
newest added

Based on the latest updates **access_token query param** is deprecated. https://github.com/minimaxir/get-profile-data-of-repo-stargazers/blob/74e62a4ebb984a406487ed5a70c843c9f561e9fa/repo_stargazers.py#L28 You should add req.add_header('Authorization', 'token _access_token_') to all requests. https://github.com/minimaxir/get-profile-data-of-repo-stargazers/blob/74e62a4ebb984a406487ed5a70c843c9f561e9fa/repo_stargazers.py#L31