{"id":17677023,"url":"https://github.com/tuladhar/easydns-restapi-cli","last_synced_at":"2025-05-12T21:27:51.457Z","repository":{"id":51742542,"uuid":"69166476","full_name":"tuladhar/easydns-restapi-cli","owner":"tuladhar","description":"A command-line tool for managing (create/update) EasyDNS DNS records using easyDNS REST API.","archived":false,"fork":false,"pushed_at":"2020-10-06T10:11:48.000Z","size":13183,"stargazers_count":3,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T03:51:11.144Z","etag":null,"topics":["cli","dns","easydns","hacktoberfest","open-source"],"latest_commit_sha":null,"homepage":"","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/tuladhar.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}},"created_at":"2016-09-25T13:37:57.000Z","updated_at":"2024-08-09T12:22:10.000Z","dependencies_parsed_at":"2022-08-23T04:21:05.235Z","dependency_job_id":null,"html_url":"https://github.com/tuladhar/easydns-restapi-cli","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuladhar%2Feasydns-restapi-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuladhar%2Feasydns-restapi-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuladhar%2Feasydns-restapi-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuladhar%2Feasydns-restapi-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuladhar","download_url":"https://codeload.github.com/tuladhar/easydns-restapi-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253824573,"owners_count":21970045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cli","dns","easydns","hacktoberfest","open-source"],"created_at":"2024-10-24T07:27:28.502Z","updated_at":"2025-05-12T21:27:51.397Z","avatar_url":"https://github.com/tuladhar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easydns-restapi-cli\n\nA command-line tool for managing (create/update) EasyDNS DNS records using easyDNS rest API.\n\n![Sample Screenshot](./docs/example.png)\n\n### REQUIREMENTS\n\n- [git](https://git-scm.com/downloads) \n- [Python 3](https://www.python.org/downloads/)\n- [pip3](https://pip.pypa.io/en/stable/)\n- [EasyDNS API](https://docs.sandbox.rest.easydns.net/)\n\n### INSTALLATION\n```\n$ git clone https://github.com/tuladhar/easydns-restapi-cli \u0026\u0026 cd easydns-restapi-cli\n$ sudo make install\n$ easydnscli --help\n\n```\n### BUILD FROM SOURCE\n```\n$ git clone https://github.com/tuladhar/easydns-restapi-cli\n$ cd easydns-restapi-cli\n$ pip3 install requests pyinstaller\n$ pyinstaller --onefile easydns-restapi-cli.py -n easydnscli\n$ cd dist \u0026\u0026 ./easydnscli --help\n\n```\n\n### CONFIGURATION\n```\n{\n\t\"domain\": \"XYZ\",\n\t\"token\": \"XYZ\",\n\t\"key\": \"XYZ\",\n\t\"endpoint\": \"http://sandbox.rest.easydns.net\",\n\t\"format\": \"json\",\n\t\"delay\": 5,\n\t\"ttl\": 600\n}\n```\n\n* `domain` - domain to manage\n* `token` - API token received from EasyDNS\n* `key` - API key received from EasyDNS\n* `endpoint` - API endpoint received from EasyDNS\n* `delay` - delay (in seconds) between subsequent API calls to get pass rate limiting\n* `ttl` - TTL to use when creating/updating DNS records \n\n### USAGE\n\nCreate DNS record (Syntax)\n\n```\n$ easydnscli --conf \"PATH TO CONFIG FILE\" --create --hostname www --address 127.0.0.1\n```\nCreate DNS record (Example)\n\n```\n$ easydnscli --conf Downloads/sample-easydns.conf --create --hostname www --address 127.0.0.1\n```\n\nUpdate DNS record (Syntax)\n\n```\n$ easydnscli --conf \"PATH TO CONFIG FILE\" --update --hostname www --address 127.0.0.1\n```\nUpdate DNS record (Example)\n\n```\n$ easydnscli --conf Downloads/sample-easydns.conf --update --hostname www --address 127.0.0.1\n```\n\n### AUTHORS\n- [Puru Tuladhar](github.com/tuladhar)\n\n### CONTRIBUTORS\n- See [Contributors.md](Contributors.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuladhar%2Feasydns-restapi-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuladhar%2Feasydns-restapi-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuladhar%2Feasydns-restapi-cli/lists"}