Skip to content

Instantly share code, notes, and snippets.

View ashmonger's full-sized avatar

Jeremy Collin ashmonger

  • OVHcloud
  • Nantes
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ashmonger on github.
  • I am ashmonger (https://keybase.io/ashmonger) on keybase.
  • I have a public key whose fingerprint is 2A01 F5D6 CC0F EE9F 836D 80E0 2E38 790E DCE7 0AEF

To claim this, I am signing this object:

Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: AuthenticAMD
CPU Brand: AMD Ryzen 7 3700X 8-Core Processor
CPU Family: 0x17
@ashmonger
ashmonger / updateDynhost.py
Created July 3, 2020 11:13
update OVH Dynhost
#!/usr/bin/python
# -*- encoding: utf-8 -*-
'''
First, install the latest release of Python wrapper: $ pip install ovh
'''
import json
import ovh
import requests
import logging