/noip-renewer

Renewing No-IP hosts by browser automation

Primary LanguagePythonMIT LicenseMIT

noip-renewer

GitHub last commit GitHub issues GitHub Workflow Status GitHub Workflow Status Docker Pulls Docker Image Size (tag) Docker Image Size (tag) renovate

🇬🇧: Renewing No-IP hosts by browser automation. Renews all hosts available for confirmation, without any user interaction with a browser.
🇵🇹: Renovação de hosts No-IP recorrendo a automatização do navegador. Renova todos os hosts disponíveis para confirmação sem ser necessário interação do utilizador com um navegador.

Requirements

Obtaining image

Pulling image from Docker Hub

# Debian
docker pull simaofsilva/noip-renewer:debian

# Alpine
docker pull simaofsilva/noip-renewer:alpine
# or
docker pull simaofsilva/noip-renewer:latest

Building image locally

docker build -t simaofsilva/noip-renewer -f Dockerfile.dev .

Using image

docker run --rm -it simaofsilva/noip-renewer:<TAG>

or

docker run --rm -it simaofsilva/noip-renewer:<TAG> <EMAIL> <PASSWORD>

Known issues / limitations

  • The script assumes that the No-IP account language is set to english. For other languages it depends on the translation provided by googletrans so it might not work in other languages (#11);

  • In fresh accounts an extra pop up might appear that unable the script to proceed (#14). It appears to not show on following renovations.