observerss / pygodaddy

3rd Party Client Library for Manipulating Go Daddy DNS Records.
https://pygodaddy.readthedocs.org/
Other
37 stars 30 forks source link

Update GoDaddy login method. Addresses issues #12 and #17 #18

Open ghost opened 8 years ago

ghost commented 8 years ago

Updated version number, so this can be merged immediately. Supercedes merge requests #13 and #14

ghost commented 8 years ago

Until this is merged, install/update with: pip install git+https://github.com/sjpengelly/pygodaddy.git

robertpdx commented 8 years ago

This works, thank you.

invernizzi-at-google commented 8 years ago

Confirmed: this fixes the login method, which is broken in the current master branch.

rjkucia92 commented 8 years ago

Hi all,

I'm having some trouble installing this on my Raspberry Pi. I'm getting the following error:

remote: Repository not found.
fatal: repository 'https://github.com/sjpengelly/pygodaddy.git/' not found
  Complete output from command /usr/bin/git clone -q https://github.com/sjpengelly/pygodaddy.git /tmp/pip-yd51e6g6-build:

----------------------------------------
Cleaning up...
Command /usr/bin/git clone -q https://github.com/sjpengelly/pygodaddy.git /tmp/pip-yd51e6g6-build failed with error code 128 in None
Storing debug log for failure in /home/pi/.pip/pip.log

I've tried looking this up online but couldn't find anything. Any suggestions?

robertpdx commented 8 years ago

That user sjpengelly seems to be deleted.

I forked the master from observerss and updated client.py with what was in my /usr/local/lib/..... folder and the changes are the same as what user claneys has as their master. You might try installing that one. https://github.com/claneys/pygodaddy.git