contributor_covenant icon indicating copy to clipboard operation
contributor_covenant copied to clipboard

Script to detect versions

Open CoralineAda opened this issue 9 years ago • 2 comments

Using the query below, scrape adopter sites to determine what version of contributor covenant is being used. If the version is not 1.3, collect the email address associated with the project as well as the project name and generate a CSV file with this information that I can use to notify projects of the updated version.

https://github.com/search?l=markdown&q=%22contributor+covenant%22&ref=searchresults&type=Code&utf8=✓

CoralineAda avatar Dec 05 '15 22:12 CoralineAda

@CoralineAda I've had this on my radar for quite a while now and I was wondering: is there any way this could be done via the GH API? Do we have to scrape?

Now that you work at GH I wonder if we couldn't get some easier way than scraping HTML. 😄

ppeble avatar Apr 01 '17 08:04 ppeble

Hey there,

I’m actually working on code for doing this now. I’ve got it detecting CC 1.4 (approximately 20k adoptions) and I’m working now on detecting older versions.

Exciting stuff!

—Coraline

On Apr 1, 2017, at 3:20 AM, Phil Peble [email protected] wrote:

@CoralineAda https://github.com/CoralineAda I've had this on my radar for quite a while now and I was wondering: is there any way this could be done via the GH API? Do we have to scrape?

Now that you work at GH I wonder if we couldn't get some easier way than scraping HTML. 😄

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ContributorCovenant/contributor_covenant/issues/168#issuecomment-290905067, or mute the thread https://github.com/notifications/unsubscribe-auth/AABXDLIQ89iWXSSuk-IbMVHSIRZlWcyTks5rrgi4gaJpZM4GvhvC.

CoralineAda avatar Apr 01 '17 18:04 CoralineAda