Skip to content

短信转发器——监控Android手机短信、来电、APP通知,并根据指定规则转发到其他手机:钉钉机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。PS.这个APK主要是学习与自用,如有BUG请提ISSUE,同时欢迎大家提PR指正

License

TianLiangZhou/SmsForwarder-Kotlin

 
 

Repository files navigation

SmsForwarder

SmsForwarder-短信转发器

English Version

GitHub release GitHub stars GitHub forks GitHub issues GitHub license

短信转发器——监控Android手机短信、来电、APP通知,并根据指定规则转发到其他手机:钉钉机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。

下载地址

⚠ 首发地址:https://github.com/pppscn/SmsForwarder/releases

⚠ 国内镜像:https://gitee.com/pp/SmsForwarder/releases

⚠ 网盘下载:https://wws.lanzoui.com/b025yl86h 访问密码:pppscn

⚠ 酷安应用市场:https://www.coolapk.com/apk/com.idormy.sms.forwarder

使用文档

⚠ 首发地址:https://github.com/pppscn/SmsForwarder/wiki

⚠ 国内镜像:https://gitee.com/pp/SmsForwarder/wikis/pages


特别声明:

  • 本仓库发布的SmsForwarder项目中涉及的任何代码/APK,仅用于测试和学习研究,禁止用于商业用途,不能保证其合法性,准确性,完整性和有效性,请根据情况自行判断。

  • 任何用户直接或间接使用或传播SmsForwarder的任何代码或APK,无论该等使用是否符合其所在国家或地区,或该等使用或传播发生的国家或地区的法律,pppscn和/或代码仓库的任何其他贡献者均不对该等行为产生的任何后果(包括但不限于隐私泄露)负责。

  • 如果任何单位或个人认为该项目的代码/APK可能涉嫌侵犯其权利,则应及时通知并提供身份证明,所有权证明,我们将在收到认证文件后删除相关代码/APK。

  • 隐私声明:SmsForwarder 不会收集任何您的隐私数据!!!APP启动时发送版本信息发送到友盟统计;手动检查新版本时发送版本号用于检查新版本;除此之外,没有任何数据!!!


特点和准则:

简单 只做两件事:监听手机短信/来电/APP通知 --> 根据指定规则转发

由此带来的好处:

  • 简洁:(当时用Pad的时候,看手机验证码各种不方便,网上搜了好久也没有理想的解决方案)
    • AirDroid:手机管理工具功能太多,看着都耗电,权限太多,数据经过三方,账号分级
    • IFTTT:功能太多,看着耗电,权限太多,数据经过三方,收费
    • 还有一些其他的APP(例如:Tasker)也是这些毛病
  • 省电:运行时只监听广播,有短信才执行转发,并记录最近n条的转发内容和转发状态
  • 健壮:越简单越不会出错(UNIX设计哲学),就越少崩溃,运行越稳定持久

工作流程:

工作流程

功能列表:

  • 监听短信,按规则转发(规则:什么短信内容/来源转发到哪里)
  • 转发到钉钉机器人(支持:单个钉钉群,@某人)
  • 转发到邮箱(支持:SMTP)
  • 转发到Bark(支持:验证码/动态密码自动复制)
  • 转发到webhook(支持:单个web页面(向设置的url发送POST/GET请求))
  • 转发到企业微信群机器人
  • 转发到企业微信应用消息
  • 转发到ServerChan(Server酱·Turbo版)
  • 转发到Telegram机器人(支持设置代理)
  • 转发到其他手机短信【注意:非免费的,转发短信运营商有收费的,建议没有网络时启用,并设置好内容过滤规则】
  • 在线检测新版本、升级
  • 清理缓存
  • 兼容 Android 5.xx、6.xx、7.xx、8.xx、9.xx、10.xx、11.xx
  • 支持双卡手机,增加卡槽标识/运营商/手机号(如果能获取的话)
  • 支持多重匹配规则
  • 支持标注卡槽号码(优先使用)、设备信息;自定义转发信息模版
  • 支持正则匹配规则
  • 支持卡槽匹配规则
  • 转发未接来电提醒(固定sim1卡发出提醒)
  • 接口请求失败后延时重试5次(可配置间隔时间,成功一次则终止重试)
  • 转发到飞书机器人
  • 自定义 Scheme(forwarder://main)用于唤起App
  • 电池电量、状态变化预警
  • 多语言支持(目前:中文、英文)
  • 增加配置导出导入功能(一键克隆)
  • 监听其他APP通知信息并转发
  • 转发到PushPlus
  • 转发规则上允许自定义模板(留空则取全局设置)
  • 转发规则上支持配置正则替换内容

应用截图:

前台服务常驻状态栏 应用主界面 转发规则 转发详情
前台服务常驻状态栏 应用主界面 转发规则 转发详情
添加/编辑转发规则测试 多重匹配规则 支持以下转发方式(发送通道) 添加/编辑发送通道钉钉
添加/编辑转发规则 多重匹配规则 发送通道 添加/编辑发送通道钉钉
添加/编辑发送通道邮箱 添加/编辑发送通道Bark 添加/编辑发送通道网页通知 添加/编辑发送通道企业微信群机器人
添加/编辑发送通道邮箱 添加/编辑发送通道Bark 添加/编辑发送通道网页通知 添加/编辑发送通道企业微信群机器人
添加/编辑发送通道Telegram机器人 添加/编辑发送通道Server酱·Turbo版 添加/编辑发送通道企业微信应用 应用设置
添加/编辑发送通道Telegram机器人 添加/编辑发送通道Server酱·Turbo版 添加/编辑发送通道企业微信应用 应用设置
关于/在线升级 支持正则匹配规则 & 支持卡槽匹配规则 转发短信模板增加卡槽标识 添加/编辑发送通道其他手机短信
在线升级 支持正则匹配规则 & 支持卡槽匹配规则 转发短信模板增加卡槽标识 添加/编辑发送通道其他手机短信
添加/编辑发送通道飞书机器人 增加配置导出导入功能(一键克隆) 监听其他APP通知信息并转发 获取所有应用列表(方便复制APP包名)
添加/编辑发送通道飞书 增加配置导出导入功能(一键克隆) 监听其他APP通知信息并转发 获取所有应用列表(方便复制APP包名)

反馈与建议:

  • 提交issues 或 pr
  • 加入交流群(群内都是机油互帮互助,禁止发任何与SmsForwarder使用无关的内容)
钉钉客户群 QQ机油互助交流1群:562854376 QQ机油互助交流2群:31330492 企业微信群
钉钉客户群 QQ交流群:562854376 QQ交流群:31330492 企业微信群

感谢

本项目得到以下项目的支持与帮助,在此表示衷心的感谢!


如果觉得本工具对您有所帮助,给个小星星鼓励一下!

starcharts stargazers over time


LICENSE

BSD


SmsForwarder

SmsForwarder

中文版

GitHub release GitHub stars GitHub forks GitHub issues GitHub license

SmsForwarder - listens to SMS, incoming calls, and App notifications on Android mobile devices, and forward according to user defined rules to another App/device, including DingTalk, WeCom and WeCom Group Bot, Feishi Bot, E-mail, Bark, Webhook, Telegram Bot, ServerChan, PushPlus, SMS, etc.

Download

⚠ Repo address: https://github.com/pppscn/SmsForwarder/releases

⚠ Repo mirror in China: https://gitee.com/pp/SmsForwarder/releases

⚠ Internet storage: https://wws.lanzoui.com/b025yl86h, access password: pppscn

⚠ CoolAPK.com: https://www.coolapk.com/apk/com.idormy.sms.forwarder

Manual

⚠ GitHub: https://github.com/pppscn/SmsForwarder/wiki

⚠ Gitee: https://gitee.com/pp/SmsForwarder/wikis/pages


NOTE

  • Any code/APK of SmsForwarder related to the this repository is for test, study, and research only, commercial use is prohibited. Legality, accuracy, completeness and validity of any code/APK of this repo is guaranteed by NOBODY, and shall only be determined by User.

  • pppscn and/or any other Contributor to this repo is NOT responsible for any consequences (including but not limited to privacy leakage) arising from any user's direct or indirect use or dissemination of any code or APK of SmsForwarder, regardless of whether such use is in accordance with the laws of the country or territory where such user locates or such use or dissemination occurs.

  • Should any entity finds the code/APK of this repo infringing their rights, please provide notice and identity and proprietorship document, and we will delete relating code/APK after examining such document.

  • Privacy: SmsForwarder collects absolutely NO any of your personal data!! Except 1) version information to umeng.com for stats as the App starts, and 2) version number when manually check for update, SmsForwarder is NOT sending any data without users' knowledge.


Features and standards

Simplicity - SmsForwarder does two things only: Listen to "SMS service/Incoming calls/App notifications", and forward according to rules specified by user.

Benefit by simplicity:

  • Efficient: (It's inconvenient to read the security codes such as OTP on a mobile phone, when you are using another device; and no solution satisfices our needs)

    • AirDroid: Too many functionalities, power consuming, requiring to many permissions, data relayed by a 3rd party, paid premium service...
    • IFTTT: Too many functionalities, power consuming, requiring to many permissions, data relayed by a 3rd party, paid premium service...
    • And other Apps (e.g. Tasker) with similar features.
  • Energy friendly: listens to broadcast only when running, and forwards message only when texts are received and logs recent forwarding contents and status.

  • Endurance: "Simplicity is the Ultimate Sophistication." The simpler the code is, the less it errs or crashes; that is what make the app runs longer.

Workflow:

Workflow

Features:

  • Listen to SMS service, and forward according to user-defined rules (SMS contents to destination);
  • Forward to DingTalk Bot (to a group chat and @SOMBODY);
  • Forward to E-mail (SMTP with SSL encryption);
  • Forward to Bark;
  • Forward to webhook (a single web page sending POST/GET requests to a designated URL);
  • Forward to WeCom Bots;
  • Forward to WeCom enterprise channels;
  • Forward to ServerChan·Turbo;
  • Forward to Telegram Bots (Proxy support ready);
  • Forward to another mobile phone via SMS [Note: Paid service, carriers may charge for SMS forwarding. SMS forwarding should apply with filtered rules when device has no Internet access.]
  • Check for new version and upgrade;
  • Cache purge;
  • Compatible with Android 5.xx, 6.xx, 7.xx, 8.xx, 9.xx, and 10.xx;
  • Support for dual SIM slots smartphones and label different slots/carrier/phone number (if available);
  • Support for multi-level rules;
  • Support for customized labeling of SIM slots and device, and customized forwarding templates;
  • Support for rules with regular expression
  • Support for rules for different SIM slots;
  • Forward missed call information (forwarded by SIM1 slot by default);
  • Retry 5 times after a failed request (customized interval time, stop retrying once successfully request);
  • Forward to FeiShu Bot;
  • Customized scheme (forwarder://main) wake up other Apps;
  • Monitor of battery status changes;
  • I18n support (Chinese and English currently);
  • Support for setting import and export functions (One-key cloning);
  • Listen to notifications of other Apps and forward;
  • Forward to PushPlus;
  • Support for customized template of forwarding rules (default template overrides if left blank);
  • Support for variables in regular expression of forwarding rules;

Screenshots :

Docking in Ntf. screen Main screen Fwding rules Fwding details
Docking in Ntf. screen Main screen Forwarding rules Fwding details
Test of a Fw. rule Multiple filters Supported senders Add/Edit DingTalk sender
Test of a Fw. rule Multiple filters Supported senders Add/Edit DingTalk sender
Add/Edit E-mail sender Add/Edit Bark sender Add/Edit Webhook Add/Edit WeCom Group Bot sender
Add/Edit E-mail sender Add/Edit Bark sender Add/Edit Webhook sender Add/Edit WeCom group bot
Add/Edit Telegram Bot sender Add/Edit ServerChan Turbo sender Add/Edit WeCom Group sender Settings
Add/Edit Telegram bot Add/Edit ServerChan Tubo sender Add/Edit WeCom Enterprise channel sender Settings
About/Update RegEx & SIM filters SMS fwding template w/ SIM label Add/Edit an SMS fwding rule
Online update RegEx & SIM filters SMS fwding template w/ SIM label Add/Edit SMS fwder.
Add/Edit FeiShu Bot sender Import and export (One-key Cloning) Listen to ntf. of other Apps and fw. Get App pkg name(s)
Add/Edit FeiShu sender New setting import & export function (One-key Clone) Listen to notifications of other Apps and forward Getting list of all Apps (to get App package name)

Feedback and suggestions:

  • Submit an issue or Pull Request.
  • Join group chat (only Chinese groups/channels available currently)
DingTalk QQ user group #1: 562854376 QQ user group #2: 31330492 WeCom
钉钉客户群 QQ交流群:562854376 QQ交流群:31330492 企业微信群

Acknowledgements

Thanks to the projects below, SmsForwarder won't exists without them!


Star this repo if you find this application useful!

starcharts stargazers over time


LICENSE

BSD

About

短信转发器——监控Android手机短信、来电、APP通知,并根据指定规则转发到其他手机:钉钉机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。PS.这个APK主要是学习与自用,如有BUG请提ISSUE,同时欢迎大家提PR指正

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%