# Python3编写的阿里云DDNS **Repository Path**: linshichun/aliddns ## Basic Information - **Project Name**: Python3编写的阿里云DDNS - **Description**: 阿里云DDNS,用于没有公网IP的服务器##python3 - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-05 - **Last Updated**: 2021-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![star](https://gitee.com/Mycatchina/aliddns/badge/star.svg?theme=dark)](https://gitee.com/Mycatchina/aliddns/stargazers) ## Aliddns 使用 Python3 编写 **需要有阿里云域名,自建DDNS,适用于没有公网IP的服务器** ##### 码云项目地址 ``` git clone https://gitee.com/Mycatchina/aliddns.git ``` ``` # 安装依赖 pip3 install pyyaml pip3 install aliyun-python-sdk-core-v3 pip3 install aliyun-python-sdk-alidns==2.0.6 ``` ##### 参考链接