Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefexec/duckdater

Update DuckDNS records from your Terminal
https://github.com/stefexec/duckdater

Last synced: 10 days ago
JSON representation

Update DuckDNS records from your Terminal

Awesome Lists containing this project

README

        

# DUCKdater v1.1




DUCKdater


DUCKdater


Update your DuckDNS records from the comfort of your terminal.


Buy Me A Coffee


Key Features
How To Use



## Key Features

* Updates DNS
* Functions as intended
* Cross platform
- Windows, macOS and Linux ready.

## How To Use

To clone and run this application, you'll need [Git](https://git-scm.com) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/stefexec/DUCKdater

# Go into the repository
$ cd DUCKdater

# Install dependencies
$ pip install -r requirements.txt

# Run the program
$ python3 duckdater.py
```

---