https://github.com/buckley-w-david/renew-no-ip
Automatically renew free domains from no-ip DDNS service
https://github.com/buckley-w-david/renew-no-ip
Last synced: 7 months ago
JSON representation
Automatically renew free domains from no-ip DDNS service
- Host: GitHub
- URL: https://github.com/buckley-w-david/renew-no-ip
- Owner: buckley-w-david
- License: mit
- Created: 2019-04-25T05:00:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T05:00:32.000Z (over 6 years ago)
- Last Synced: 2025-01-28T02:11:50.133Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# no-ip DDNS auto renew
A simple project to automatically renew a free domain from no-ip DDNS service.
## Prerequisites
* Python3.6+
* [Firefox](https://www.mozilla.org/firefox)
* [geckodriver](https://github.com/mozilla/geckodriver)## Setup
Create and initialize the environment
```bash
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
```## Usage