GithubHelp home page GithubHelp logo

deepoceanhappy / air724ug-forwarder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 0wq/air724ug-forwarder

0.0 0.0 0.0 12 KB

Air724UG 短信转发 & 来电通知 & 语音信箱

License: MIT License

Lua 100.00%

air724ug-forwarder's Introduction

Air724UG 短信转发 & 来电通知 & 语音信箱

使用方法

底层 CORE 版本:LuatOS-Air_V4018_RDA8910_TTS_NOLVGL_FLOAT.pac

1. 修改 script/config.lua 配置文件

config = {
    -- 通知类型 pushdeer, bark, telegram
    NOTIFY_TYPE = "pushdeer",

    -- PushDeer 通知配置, https://www.pushdeer.com
    PUSHDEER_KEY = "",

    -- Bark 通知配置, https://github.com/Finb/Bark
    BARK_KEY = "",

    -- Telegram 通知配置, https://github.com/0wQ/telegram-notify
    TELEGRAM_PROXY_API = "",
    TELEGRAM_TOKEN = "",
    TELEGRAM_CHAT_ID = "",

    -- 腾讯云 COS / 阿里云 OSS / AWS S3 等对象存储上传地址
    -- 存储桶需设置为 <私有读写>, 并授权 <所有用户> <指定目录> 的 <PutObject> 操作
    UPLOAD_URL = "http://xxx-123456.cos.ap-nanjing.myqcloud.com/this-is-the-path",

    -- 其他配置...
}

推荐使用腾讯云 COS

配合工作流可以实现自动音频转码、语音识别功能

可在腾讯云助手微信小程序或 COSBrowser APP,查看录音文件、语音识别结果

image

3. 烧录脚本

根据 air724ug.cn 官方指引下载 LuaTools 并写入 script 目录下文件

air724ug-forwarder's People

Contributors

0wq 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.