DynDns Autologin Application for Google AppEngine
DynDns recently changed their service so you’ll have to log in once in every 30 days to keep your account active. As it happens I also have had the DynDns package for years, and the new login requirement really bugs me.
So I developed this simple autologin application for Google’s Appengine to keep my account active. You can download the dyndns autologin app from my GitHub repository at: https://github.com/Summeli/dyndns-autologin
Please notice that this probably violates the DynDns ToS, so you might get your account banned. I will not take the responsibility for that.
Installation
- Change the application in app.yaml into your own app-id
- Change username and password into the Settings class in cron.py file
- the script automatically executes every Monday
This post is licensed under CC BY 4.0 by the author.