unitaryfund / unitaryhack2021

Rules and information for the 2021 unitaryHACK hackathon.
https://2021.unitaryhack.dev
MIT License
16 stars 17 forks source link

Data mining tool to collect contest results #23

Closed crazy4pi314 closed 3 years ago

crazy4pi314 commented 3 years ago

I have been working on a strategy for collecting/logging the hackathon results, but could use some help.

The basic idea is to use the GitHub API to do advanced searches for the [unitaryhack] string in the title of PRs on participating repos. I can do this on the advanced search page manually but I would love some automation for this via say a Python script, with a stretch goal to embed this on the event website.

Some resources I was looking at:

crazy4pi314 commented 3 years ago

Thanks to @yusharth for volunteering to help out with this!! 🎉 Please drop any questions/ideas/discussion here as needed :)

crazy4pi314 commented 3 years ago

@yusharth, do you have any updates/are you stuck on anything?

yusharth commented 3 years ago

Still working on it. Sorry, I wasn't able give time in past few days.

On Tue 4 May, 2021, 12:19 Sarah Kaiser, @.***> wrote:

@yusharth https://github.com/yusharth, do you have any updates/are you stuck on anything?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/unitaryfund/unitaryhack/issues/23#issuecomment-831719590, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANUI75MHYFKPROL7AJYMHVTTL6KG3ANCNFSM43CD4VQA .

crazy4pi314 commented 3 years ago

Resolved with the new GH action on this repo.