Create script that goes through all the repos in UCSB-CS56-Project and harvests ~Estimate: ~Requested: ~Awarded: tags for Choice Points
Using PyGithub, specifically:
- Using the get_issues_comments method of:
http://jacquev6.github.com/PyGithub/github_objects/Repository.html
Then, see if you can find "mentioned users" in the same comment, and apply the choice points to both the assignee of the issue, and anyone else mentioned in the same comment as the ~Awarded: entry.
Create script that goes through all the repos in UCSB-CS56-Project and harvests ~Estimate: ~Requested: ~Awarded: tags for Choice Points
Using PyGithub, specifically:
http://jacquev6.github.com/PyGithub/github_objects/Repository.html
and then the methods of:
http://jacquev6.github.com/PyGithub/github_objects/IssueComment.html
Then, see if you can find "mentioned users" in the same comment, and apply the choice points to both the assignee of the issue, and anyone else mentioned in the same comment as the ~Awarded: entry.