Skip to content

A simple python code to use Dynamic DNS on Infomaniak hosting using http POST request.

Notifications You must be signed in to change notification settings

meteornv/Infomaniak-DDNS-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Infomaniak Dynamic DNS via HTTP POST request

This code is for those of you who are just like me: a simple guy juste trying to make infomaniak ddns work automatically. I already did a repository of this in Nodejs but it's more accessible using python so here it is.

I recently add a notification system with Pushbullet so you can keep track of what's happening with this code.

To get started you will need the python module request. You can install by typing:

pip install requests
pip install pushbullet

Don't forget to put your username, your password and your the domains you want to update.

Finally you can put your script in cron or for windows in a schedule task.

image

About

A simple python code to use Dynamic DNS on Infomaniak hosting using http POST request.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages