Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stefexec/duckdater
- Owner: stefexec
- Created: 2021-12-04T16:45:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T19:52:24.000Z (about 3 years ago)
- Last Synced: 2024-12-23T16:58:44.404Z (17 days ago)
- Language: Python
- Homepage:
- Size: 442 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DUCKdater v1.1
DUCKdater
Update your DuckDNS records from the comfort of your terminal.
## 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
```---