Skip to content

Instantly share code, notes, and snippets.

View fedterzi's full-sized avatar

Federico Terzi fedterzi

View GitHub Profile

Keybase proof

I hereby claim:

  • I am fedterzi on github.
  • I am fedterzi (https://keybase.io/fedterzi) on keybase.
  • I have a public key whose fingerprint is 7CC1 0F69 3838 3E54 DBE9 4AB8 3246 C478 5CEE 0B1E

To claim this, I am signing this object:

@fedterzi
fedterzi / update_godaddy.py
Last active April 2, 2022 16:14
Python script to update a DNS record with GoDaddy API
#!/usr/bin/env python
# Import pif to get your public ip, sys and os.path
import pif, sys, os.path
# Partial imports
from godaddypy import Client, Account
# Remember to set your api key and secret
userAccount = Account(api_key='api_key', api_secret='api_secret')