GitHub issues and pull requests insights

Filters

Authorization

Get your token here. No additional scopes are needed.

What's the point of authorizing requests?

Github API rate-limits unauthorized users to 60 requests per hour.

Authorized users can make up to 5,000 requests per hour.

Authorization allows using GraphQL API, which is much faster.

Security

This application has no backend.

Your token in stored unencrypted in cookies.

This is unsecure, but your token should be for read-only access.

Use this app at your own risk.

Source code on GitHub