Pyflare is a Python adapter for CloudFlare's Client API.
$ pip install pyflare
from pyflare import Pyflare
cf = Pyflare('[email protected]', 'your_api_key')
# Create a new A record
response = cf.rec_new('example.com', 'A', 'sub', '1.2.3.4')
Pyflare is a Python adapter for CloudFlare's Client API.
$ pip install pyflare
from pyflare import Pyflare
cf = Pyflare('[email protected]', 'your_api_key')
# Create a new A record
response = cf.rec_new('example.com', 'A', 'sub', '1.2.3.4')