Giter VIP home page Giter VIP logo

noip-renewer's Introduction

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>

or

docker run --rm --env NO_IP_USERNAME=<EMAIL> --env NO_IP_PASSWORD=<PASSWORD> simaofsilva/noip-renewer:<TAG> 

or with 2FA

docker run --rm --env NO_IP_USERNAME=<EMAIL> --env NO_IP_PASSWORD=<PASSWORD> --env NO_IP_TOTP_KEY=<NOIP TOTP KEY> simaofsilva/noip-renewer:<TAG> 

or with translation disabled

docker run --rm --env NO_IP_USERNAME=<EMAIL> --env NO_IP_PASSWORD=<PASSWORD> --env TRANSLATE_ENABLED=false simaofsilva/noip-renewer:<TAG> 

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 any case, translation can be disabled by setting TRANSLATE_ENABLED to false;

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.