Skip to content

JmAbuDabi/python-cloudflare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-CloudFlare

This is a 1:1 wrapper around the CloudFlare API in Python

Copying

This software is released under no license. It is free for you to use, steal, sell, break, modify, or really anything else.

Installing

sudo python setup.py install

Using

To call the API wrapper, this has to be done.

from cloudflare import CloudFlare
cfapi = CloudFlare(your_email, your_api_key)

All methods are exact copies of the CloudFlare API documentation found here. Please note, when I say exact copy, I mean EXACT copy. The parameters are in the same order. Any optional parameters can be skipped with None.

Updating an A record from this API would look like this...

result = cfapi.DIUP('8.8.102.112', 'example.com,example.org')
#=> Returns a dict of what the API returned for that method.

Support

I will provide support via email ([email protected]) or by Twitter (@xietak)

About

Python wrapper for the CloudFlare Client API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%