jed
Joined: 28 Mar 2009
Posts: 394
Location: New Jersey
|
| Posted: Wed Apr 29, 2009 8:47 pm Post subject: Quick 'n easy Linode dynamic DNS for Python 3 |
|
|
TJ Fontaine's API bindings for Python are Python 2 centric, and I wanted to do dynamic DNS updates via Linode's API in Python 3. The result was this quick 'n dirty script:
http://pastebin.linode.com/2440
In short, if you're looking to update dynamic DNS via Linode's API (i.e., home.yourdomain.com) and you're using Python 3, this might just be the script for you. This ended up being easier than porting TJ's bindings, as his method is fairly complex.
If I get motivated, I might morph this into a full API binding for both Python 2 and 3. If you want something like that, let me know.
As always, $10 discount off the code for fellow Linode users. Enjoy! |
|