I hereby claim:
- I am bbuttonow-zf on github.
- I am bbuttonow (https://keybase.io/bbuttonow) on keybase.
- I have a public key ASBEzvTzC4_Me57QJ4iAUBAkjIaAXvKuXh4b_SrPVGV0Ugo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Press minus + shift + s and return to chop/fold long lines!
| ssh-keygen -t rsa -b 4096 -N '' -C "[email protected]" -f ~/.ssh/id_rsa | |
| ssh-keygen -t rsa -b 4096 -N '' -C "[email protected]" -f ~/.ssh/github_rsa | |
| ssh-keygen -t rsa -b 4096 -N '' -C "[email protected]" -f ~/.ssh/mozilla_rsa |
| import os, os.path | |
| import requests | |
| import datetime | |
| # Required Headers for API call | |
| headers = { 'Content-Type': 'application/json', } | |
| BASE_API_URL = "https://httpbin.org/post" | |
| CURRENT_DIR = os.path.dirname( os.path.realpath( __file__ ) ) |