Risposte:
Per ottenere un elenco di utenti che hanno aggiunto un repository a Speciali, è possibile aggiungere /stargazers
all'URL del repository
Se si dispone di un repository al seguente indirizzo
https://github.com/strugee/battleship
Per vedere un elenco di utenti che hanno aggiunto quel repository a Speciali visita il seguente URL
https://github.com/strugee/battleship/stargazers
In GitHub puoi raggiungere quell'URL facendo clic sul numero visualizzato accanto al pulsante a stella nella parte superiore della pagina del repository
per raggiungere l'elenco degli utenti che hanno recitato nel progetto clicca su 2
Puoi anche vedere chi sono gli osservatori (il commento precedente non è corretto):
https://github.com/[user]/[repo]/watchers
Ho creato un pacchetto python "github-email-explorer" che puoi usare un comando per ottenere un elenco di email da un repository per capire chi ha recitato.
Ecco un esempio:
$ ge-explore --repo yuecen/github-email-explorer --action_type star fork watch
Il risultato sembra
User A <user.a@example.net>; User B <user.b@example.net>
Per maggiori dettagli, dai un'occhiata: https://github.com/yuecen/github-email-explorer