Closed jbon closed 7 years ago
I included the commit url and information about the comments on commits.
Up to now, the script can extract the body, date of creation and creator of comments on commits, but it would be possible to extract more (https://developer.github.com/v3/repos/comments/), Im not sure if that
s necessary, what do you think?
( see pull request "Update #2 branch-network-mining.py")
Property github.GitCommit.GitCommit.date isn't extracted for the moment
...and store them as a node attribute How to do this:
In the header of the XML tree, add:
SubElement(graphml, 'key', { "for":"node", "id":"<anyUniqueId>", "attr.name":"<AttrName>", "attr.type":"<dataType>"})
And in the XML node description, add:Example of commit property to extract: github.GitCommit.GitCommit.date
Extract all data that may help further analysis of the commit network