Skip to content

Python client for the undocumented, unofficial Hover.com API. Based on Dan Krause's excellent gist

License

Notifications You must be signed in to change notification settings

bkanuka/hover-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hover-client

Build Status

Python client for the undocumented, unofficial Hover.com API.

Based on Dan Krause's excellent gist.

Usage

Import and then instantiate the client as follows:

import hover.client
hc = hover.client.HoverClient(username, password, domain)

Add a new DNS record with:

hc.add_record(type, name, content)

Remove an existing DNS record with:

hc.remove_record(type, name)

Tests

Run the tests with nose:

nosetests

About

Python client for the undocumented, unofficial Hover.com API. Based on Dan Krause's excellent gist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%