Skip to content

一个运行在openwrt下的甜糖星愿自动采集插件。

Notifications You must be signed in to change notification settings

lamhui/luci-app-ttnode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luci-app-ttnode

一个运行在openwrt下的甜糖星愿自动采集插件。

Update Log 2021-01-21

Updates

  • FIX: 修复无法获取短信和登录的问题(兼容bootstrap)
  • NEW: 增加Telegram消息推送。

详情见具体日志

介绍

脚本参考网友 Tom Dog 的 Python 版自动采集插件,使用LUA重写,基于LUCI的实现。

如何使用

假设你的lean openwrt(最新版本19.07) 在 lede 目录下

cd lede/package/lean/  

git clone https://github.com/jerrykuku/luci-app-ttnode.git  

make menuconfig #Check LUCI->Applications->luci-app-ttnode

make package/lean/luci-app-ttnode/compile V=s  #单独编译luci-app-ttnode  

make -j1 V=s #编译固件

如何安装

🛑 点击这里去下载最新的版本

1.先安装依赖

opkg update
opkg install luasocket lua-md5 lua-cjson luasec

1.将luci-app-ttnode.ipk上传到路由器,并执行 opkg install /你上传的路径/luci-app-ttnode*.ipk

我的其它项目

Argon theme :https://github.com/jerrykuku/luci-theme-argon
Argon theme config :https://github.com/jerrykuku/luci-app-argon-config
京东签到插件 : https://github.com/jerrykuku/luci-app-jd-dailybonus
Hello World :https://github.com/jerrykuku/luci-app-vssr
openwrt-nanopi-r1s-h5 : https://github.com/jerrykuku/openwrt-nanopi-r1s-h5

About

一个运行在openwrt下的甜糖星愿自动采集插件。

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Lua 73.7%
  • HTML 18.5%
  • Makefile 5.1%
  • Shell 2.7%