Andrew Nesbitt
Andrew Nesbitt
Added some thoughts on the steps over here: https://github.com/ecosyste-ms/roadmap/issues/17#issuecomment-2191891840
https://github.com/gristlabs/grist-static looks very neat for simplified hosting too
I can output that data as CSV if it's easier to consume?
@Ly0n I've put together an experimental page that summarizes all the committers to repositories in the OST project list with obvious bots hidden: https://summary.ecosyste.ms/collections/1/committers I'll add the ability to export...
CSV export is available now: https://summary.ecosyste.ms/collections/1/committers_csv (1.6MB) Data is updated on a daily basis, I'm also working on connecting the dots between more committers (names and emails) and repository profiles...
I've discovered a way to automatically convert an email address into a GitHub username, I've set up a script to go through and discover all the github usernames for the...
Here's the existing room: https://app.gitter.im/#/room/#protontypes_community:gitter.im
There's a github action for posting to mastodon over here: https://github.com/cbrgm/mastodon-github-action that uses https://github.com/neet/masto.js under the hood to do the actual post request.
@Ly0n the hardest part will be finding the mastodon usernames, either manually or automated!
@Ly0n you can retrieve the social accounts with provider type `MASTODON` from the graphql api but not the rest api: https://docs.github.com/en/graphql/reference/objects#socialaccount