I take it there is no automatic way to find out what repos start with homework1- ?
It's not the worst thing in the world to have to build a file with the students names, but I would rather not maintain that.
Is there any way to download all the repos for my organization? I can get it on screen:
Feature request! I want a REST API that returns a list of:
github.com/api/v1/getrepos?org=StevensDeptECE&prefix=CPE593HW
it would return some JSON like:
[
["CPE593HWinsertion-sort-student1", 20170118175803],
["CPE593HWinsertion-sort-student2", 20170118181015]
]
where the second number is a timestamp.
This way, we could just go for the ones that have changed.