Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 316 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 316 Bytes

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