telegramopenwrt icon indicating copy to clipboard operation
telegramopenwrt copied to clipboard

Telegram Scripts for OpenWrt/Lede Project

Results 5 telegramopenwrt issues
Sort by recently updated
recently updated
newest added

Hello, Alex! I have found your bot very useful to provide multiple user access to surveillance camera in the hall of the our house. Unfortunately i can't properly set its...

Remove from lanports hardcoded switch name, put in the config to be more generic.

enhancement

Include in the README.md how-to create a "plugin" and all depencencies to do this. The dependencies: Must have help. Explain the difference between actions and ctx.

enhancement

Hello, help create a plugin or script for openwrt that sends Push notifications to a Telegram bot when the connection is updated from the WAN interface.

I think there's a bug in the camera plugins - there's not enough variable query in them: ``` header_auth=$(uci -q get telegramopenwrt.ipcam.header_auth) ipaddr=$(uci -q get telegramopenwrt.ipcam.ipaddr) user=$(uci -q get telegramopenwrt.ipcam.user)...