Coder Social home page Coder Social logo

asuswrt-update-notify's Introduction

logo

AsusWRT Update Notify

Notifications for AsusWRT Merlin updates.

About

An update notification script for AsusWRT-Merlin based on the example script, which is run when there is a new version (checked every 48 hours at 2 am with a random offset).

Configuration

Enable the service you would like to recieve notifications on (e.g. Telegram):

# Enable/Disable (Default: Disable)
TELEGRAM="enable"

Telegram

BOT_TOKEN

This is the token for the bot. It is provided in the creation of a bot by following the steps provided in the Telegram bot API documentation.

CHAT_ID

This is the unique identifier for the target chat. It can be obtained by messaging the bot and executing the following command (replace $BOT_TOKEN). The ID may be found at "chat": {"id": 12345678},:

curl https://api.telegram.org/bot$BOT_TOKEN/getUpdates | python -m json.tool

Matrix

MATRIX_DOMAIN

This is the domain for the Matrix server your room is hosted on. For most people this will likely be matrix.org.

MATRIX_ROOM

This is the internal room ID. The syntax is ! followed by a random set of letters, for example !abCDEfGhiJKLMnopQRs. In Element you can find this by going to the room โž Settings โž Advanced.

MATRIX_TOKEN

This is the access token or secret that is used to authenticate the sending of the messages. You may retrieve this by either logging into Element through the browser or running the following command and copying the value from access_token:

curl -XPOST -d '{"type":"m.login.password", "user":"$USERNAME", "password":"$PASSWORD"}' \
    "https://matrix.org/_matrix/client/r0/login"

Installation

  1. Copy update-notification into /jffs/scripts/. For example:
scp update-notification [email protected]:/jffs/scripts/
  1. Apply execute permissions to the script.
chmod +x /jffs/scripts/update-notification

asuswrt-update-notify's People

Contributors

losuler avatar

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.