{"id":16497989,"url":"https://github.com/dan5py/cloudflare-ddns","last_synced_at":"2026-06-15T09:31:16.980Z","repository":{"id":170405750,"uuid":"610029293","full_name":"dan5py/cloudflare-ddns","owner":"dan5py","description":"Cloudflare DNS Record updater","archived":false,"fork":false,"pushed_at":"2023-04-08T20:16:15.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T16:25:45.575Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dan5py.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-05T23:33:58.000Z","updated_at":"2023-03-06T00:06:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"90a72c2f-045f-4a98-8121-e9cd4d4fa612","html_url":"https://github.com/dan5py/cloudflare-ddns","commit_stats":null,"previous_names":["dan5py/cloudflare-ddns"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dan5py/cloudflare-ddns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Fcloudflare-ddns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Fcloudflare-ddns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Fcloudflare-ddns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Fcloudflare-ddns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dan5py","download_url":"https://codeload.github.com/dan5py/cloudflare-ddns/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Fcloudflare-ddns/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34357281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T14:46:49.503Z","updated_at":"2026-06-15T09:31:16.906Z","avatar_url":"https://github.com/dan5py.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloudflare DNS Record Updater\n\nUpdate your DNS Records IPs with this simple Python script.\n\nCloudflare API Reference: \u003chttps://developers.cloudflare.com/api/\u003e\n\n## Installation\n\nInstall the required modules\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\n```bash\npython ddns-updater.py -r my.example.com\n```\n\n### Multiple Records\n\n```bash\npython ddns-updater.py -r my.example.com my2.example.com\n```\n\n### Settings\n\nIn order to update the DNS record you need to provide:\n\n- `email`, used to login to Cloudflare\n- `token`, your API token\n- `zone`, the target zone ID\n\nYou can either use the cli arguments or hardcode those information directly in the script under the `ARGUMENTS SECTION`.\n\n### CLI Arguments\n\n| Argument      | Default  | Description                                   | Required |\n| :------------ | :------: | --------------------------------------------- | :------- |\n| -e --email    |    /     | The account email used to login to Cloudflare | No       |\n| -r --records  |    /     | The name of the record(s) to update           | Yes      |\n| -s --scoped   |  false   | Use scoped API token                          | No       |\n| -t --token    |    /     | Your API token                                | No       |\n| -z --zone     |    /     | The target zone ID                            | No       |\n| -T --ttl      | 1 (auto) | TTL of the record                             | No       |\n| -p --proxied  |  false   | Enable Cloudflare proxy                       | No       |\n| -l --log-file |    /     | Path of the log file                          | No       |\n| -v --verbose  |  false   | Enable verbose logging                        | No       |\n| -h --help     |    /     | Show help message                             | No       |\n| -f --force    |  false   | Force update                                  | No       |\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdan5py%2Fcloudflare-ddns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdan5py%2Fcloudflare-ddns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdan5py%2Fcloudflare-ddns/lists"}