Skip to content

habuild/noip-renewer

 
 

Repository files navigation

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

# armhf/armv7l
docker pull simaofsilva/noip-renewer:debian

# x86_64 or aarch64/arm64
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.

About

Renewing No-IP hosts by browser automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.8%
  • Makefile 8.9%
  • Dockerfile 8.3%