Python script to get the stats of an individual
Closed this issue · 0 comments
vchrombie commented
Create a folder scripts
in the repo and add the script which can get the details of the stats of a person.
Help
- You can use GitHub GraphQL API v4 for fetching the data.
- Write a query that can get the required details, details of PRs made in October. Try using the GraphQL API Explorer.
- Use Python to call the API request for fetching the raw data.
- Parse the data and show the required results.
Note: We can integrate this script directly into the Flask App.