Skip to content

jarrodmillman/devstats.scientific-python.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub GraphQL API

Notes from experimenting with GitHub's GraphQL API

OAuth key for accessing GitHub

Per the GitHub GraphQL API docs, you need a personal access token to access the GraphQL API.

This code expects the personal access token to be in the environment variable GRAPH_API_KEY.

You can create a personal access token on GitHub and save it somewhere you trust. Then, when you want to use the code: export GRAPH_API_KEY=<yourkey>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.1%
  • Batchfile 4.4%
  • Makefile 3.5%