cli4
Python module to interface with Cloudflare's v4 API
Install
- All systems
-
curl cmd.cat/cli4.sh
- Debian
-
apt-get install python3-cloudflare
- Ubuntu
-
apt-get install python3-cloudflare
- Arch Linux
-
pacman -S python-cloudflare
- Kali Linux
-
apt-get install python3-cloudflare
- Fedora
-
dnf install python3-cloudflare
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-cloudflare
- Dockerfile
- dockerfile.run/cli4
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.