답변:
저장소에 별표가 표시된 사용자 목록을 얻으려면 저장소 /stargazers
의 URL에 추가 할 수 있습니다
다음 주소에 리포지토리가있는 경우
https://github.com/strugee/battleship
해당 저장소에 별표가 표시된 사용자 목록을 보려면 다음 URL을 방문하십시오.
https://github.com/strugee/battleship/stargazers
GitHub에서는 리포지토리 페이지 상단의 별표 버튼 옆에 표시된 숫자를 클릭하여 해당 URL에 접근 할 수 있습니다
또한 감시자가 누구인지 확인할 수 있습니다 (이전 설명이 잘못됨).
https://github.com/[user]/[repo]/watchers
나는 별표를 쓴 사람을 이해하기 위해 repo에서 이메일 목록을 가져 오는 명령을 사용할 수있는 파이썬 패키지 "github-email-explorer"를 만들었습니다.
예를 들면 다음과 같습니다.
$ ge-explore --repo yuecen/github-email-explorer --action_type star fork watch
결과는 다음과 같습니다.
User A <user.a@example.net>; User B <user.b@example.net>
자세한 내용은 https://github.com/yuecen/github-email-explorer 에서 확인 하십시오.