用Telegram申请一个bot(机器人),在Android上用Tasker把短信转发到这个bot里。

1. Telegram上关注"botfather",申请一个bot(机器人)。关注之后发送/newbot创建新bot,起个难听的名字比如x6A0A,之后会让你再起个username。输入之后你会得到以下回复,请记住下面那个HTTP API

Done! Congratulations on your new bot. You will find it at t.me/x6AOA. You can now add a description, about section and profile picture for your bot, see /help for a list of commands. By the way, when you've finished creating your cool bot, ping our Bot Support if you want a better username for it. Just make sure the bot is fully operational before you do this.
Use this token to access the HTTP API:
477905544:AAxxxxxxxxxxKzl0fSeb6Z_edLQOOf4KK5w
For a description of the Bot API, see this page: https://core.telegram.org/bots/api

2. 这时候你就可以搜索到自己刚刚创建的bot了,进去先给那个bot打个招呼。

3. 关注userinfobot获得自己的id,一个九位的数字,记下来。

4. 接下来小试牛刀,重构以下URL,粘贴到浏览器中回车,不出意外的话是不是收到了我吹呀吹几个字??

https://api.telegram.org/bot【替换成HTTP API】/sendMessage?chat_id=【你步骤3中的ID】&text=我吹呀吹
替换完了长这个样子
https://api.telegram.org/bot508980960:AAExxxxx_kcLaPcqTKWTXAzlGz_vsGmuKhUR4/sendMessage?chat_id=508911160&text=我吹呀吹

5. 好,现在我们需要用Taskber调用这个URL,把收到的短信发过去,首先你得下载一个tasker,tasker教程很多,我在这里写的省略点.......

6. 新建“事件”,选择“电话”,“收到文本”,保持默认设置ok

7. 新建一个新任务,起个名字如发送至telegram

8. 在新的task中创建任务,“网络”选择 HTTP POST,按照下面的填

服务器:端口
https://api.telegram.org

路径:
/bot【替换成HTTP API】/sendMessage?chat_id=【你步骤3中的ID】&text=%SMSRN:%SMSRB

9. All done!以上tasker5.6测试成功,现在你可以自己给自己发条短信试试。

注意: 要给Tasker分配足够的权限

作者:我吹呀吹
链接:https://www.jianshu.com/p/6a5a13db87dd
来源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。

参与评论