I hereby claim:
- I am paulw on github.
- I am ertnec (https://keybase.io/ertnec) on keybase.
- I have a public key ASBMxZeVBAPk1HjIwKGSSNs7sI0Nkr5LBPZHOXXhisWNgwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # This requires Python 2.7. This will not work with Python 3 | |
| USERNAME = '[email protected]' | |
| PASSWORD = 'Your ovo Password' | |
| from requests import Request, Session | |
| import json | |
| import time |