How can I track ongoing Follow / Unfollow events on the Github API?

Github API V3 Documenatation states:

FollowEvent

Fired when a user follows another user.

Events of this type are no longer generated, but it is possible that they exist on timeline for some users.

Also, what's interesting is why these events aren't being thrown, is there another way to track when and who a user decides to follow (and unsubscribe) via the github API?

+3


source to share


1 answer


The only other API I can think of is List of Users followed by another user , but that won't give you timestamps and unsubscribe from events - you'll have to do the job yourself ...



+1


source







All Articles