cli4

Python module to interface with Cloudflare's v4 API

Install

All systems
curl cmd.cat/cli4.sh
Debian Debian
apt-get install python3-cloudflare
Ubuntu
apt-get install python3-cloudflare
Arch Arch Linux
pacman -S python-cloudflare
image/svg+xml Kali Linux
apt-get install python3-cloudflare
Fedora
dnf install python3-cloudflare
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-cloudflare

python3-cloudflare

Python module to interface with Cloudflare's v4 API

python3-cloudflare is a wrapper around the Cloudflare v4 API that lets you perform any action that you would be able to through the Cloudflare control panel itself. For example, you can add and remove zones, change DNS records, switch billing information, etc.

python-cloudflare

Python wrapper for the Cloudflare v4 API