CloudflareDNSUpdatey updates your Cloudflare record IP - useful for homelabs and the like with dynamic IPs.
Provide the script with the four required parameters - token, email, zone and record. You can make it run automatically by running it as a task on your OS.
Example usage:
CloudflareDNSUpdatey.py -token 12345abcd -email [email protected] -zone example.org -record test.example.org
Python >=3.6.5
Requests