This is a simple python script to change the ip of your domains in ArvanCloud DNS Manager.
pip install arvan-dns
example.com
example.ir
example.net
arvan-dns --email=<your email> --password=your password> --old_ip=<your old ip> --new_ip=<your new ip> --port=<your new port> --domains_file=<your domains file>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.