shapr / fermatslastmargin

tool for creating and sharing annotations, using github for storage and social network
GNU Affero General Public License v3.0
87 stars 9 forks source link

fetching friend repos is often rate limited? #3

Open shapr opened 4 years ago

shapr commented 4 years ago

grabbing friends' repos seems to be often rate-limited I suspect either the HTTP manager isn't working correctly, or I need to switch to the v4 graphql API using the morpheus client.

shapr commented 4 years ago

The severity of this problem increase as number of friends increases. This rarely succeeds with 150 friends.

shapr commented 4 years ago

Try morpheus, the author fixed the graphql client to handle GitHub's v4 API schema! https://github.com/morpheusgraphql/morpheus-graphql/issues/275

shapr commented 4 years ago

further investigation says that fetching friend repos is always rate limited. The limits are much smaller than I thought. Getting friend repos to work will require using github's v4 graphql api