Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 467 Bytes

File metadata and controls

15 lines (9 loc) · 467 Bytes

Github API

Interrogate the Github API

Using Python to interrogate the Github API.

Must have a file in the operating folder named "authkey.txt" containing the authenication token and "user.txt" containing the username to run or

run the command

"python3 Access.py $target_user $username $authkey"

If using the Docker image, on Windows -> "my-docker.bat $target $ username $authkey" Linux -> "./my-docker.sh $target $username $authkey"