unitaryfund/unitaryhack2021

Data mining tool to collect contest results

Closed this issue · 4 comments

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:

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

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

Resolved with the new GH action on this repo.