githubAPI-Exploration/python at master · aln787/githubAPI-Exploration · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

Python Example

Interacting with the Github API

Usage

  • export GHTOKEN=<your github token>
  • ./githubApiInteraction.py

Redirect output to a file

  • githubApiInteraction.py &> authors.txt

Redirect output to a file and view results

  • githubApiInteraction.py 2>&1 | tee [-a] authors.txt