Ádám Török
Ádám Török
Yes, it also does not work for me but enough. I decided to use godaddypy and man, much better! Full automatic for all of your accounts domins and A records.....
## My ipUpdater.py :)) ``` python #!/usr/bin/env python3 # Full package imports import pif, sys # Partial imports from godaddypy import Client, Account userAccount = Account(api_key='here-comes-you-public-api-key', api_secret='here-comes-you-secret-api-key') userClient = Client(userAccount)...
Can you copy your script? (with removed api keys naturally)
Yep. :) It's faster than pygodaddy cause of API - BUT nobody should misunderstand me, pygodadd was cool and the only tool for a while.. - Welcome. ^-^
Hmm, quite interesting.. Also happened with me. They made a change as the lilac stuff write.. but it would be ridiculous if records got deleted cause of that...
just create an '@' record (and if you have more subdomains then also create the subdomains record.. with 0.0.0.0 and run the updater. That will solve it but yeah, migrate...
Is it a production api key? And: > Note: Sometimes the production API keys don't seem to work correctly. Just delete it and request another one.
Thanks cool! :+1:
Well, how to get this to work? /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to...
Ah.. "InsecurePlatformWarning New in version 1.11. Certain Python platforms (specifically, versions of Python earlier than 2.7.9) have restrictions in their ssl module that limit the configuration that urllib3 can apply....