I notice that the GitHub
API has an eTag
which can be used to return changes since the tag. github3.py
has a way to do this, but I prefer PyGithub
because it feels more intuitive.
Does this feature exist? If not, is there another recommended library?