Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
annndruha committed Feb 24, 2024
1 parent 6927bef commit ed14e8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3.12-alpine

COPY ./* /app/
COPY ./wifi_logger.py /app/
COPY ./requirements.txt /app/
RUN pip install -U --no-cache-dir -r /app/requirements.txt

WORKDIR /app
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
Simple python script which sends you a Telegram message when a device connected to Wi-Fi or disconnected.
Work only with Keenetic routers. Script use REST (over CLI) Keenetic-API. For test propose check your router web-interface at `https://yourdomain.keenetic.pro/a`

## How to use (linux)
Script ask router for list of clients every 5 seconds, but routers has delay for updated state, so real refresh rate about 20 seconds.

## How to use (Linux)

Clone repo and go to folder:
```shell
Expand Down

0 comments on commit ed14e8b

Please sign in to comment.