snitch3s/hackbunch

Python script to get the stats of an individual

Closed this issue · 0 comments

Create a folder scripts in the repo and add the script which can get the details of the stats of a person.

Help

  1. You can use GitHub GraphQL API v4 for fetching the data.
  2. Write a query that can get the required details, details of PRs made in October. Try using the GraphQL API Explorer.
  3. Use Python to call the API request for fetching the raw data.
  4. Parse the data and show the required results.

Note: We can integrate this script directly into the Flask App.