All Projects → zhu327 → Ifwechat

zhu327 / Ifwechat

Licence: mit
link wechat to ifttt

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ifwechat

Taro Msparis
🌱用 React 编写的基于Taro + Dva构建的适配不同端(微信/百度/支付宝小程序、H5、React-Native 等)的时装衣橱
Stars: ✭ 1,203 (+1236.67%)
Mutual labels:  wechat
Night
Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。
Stars: ✭ 10,058 (+11075.56%)
Mutual labels:  wechat
Wechatdemo
macOS WeChat 仿微信MAC端 QQ NSCollectionView,NSSplitView,ect..
Stars: ✭ 87 (-3.33%)
Mutual labels:  wechat
Easy Wechat Script
some simple wechat scripts based on itchat ,which may be useful for your daily life
Stars: ✭ 78 (-13.33%)
Mutual labels:  wechat
Qq Wechat Emotion Parser
QQ、微信表情符号解析:字符串到图片URL
Stars: ✭ 82 (-8.89%)
Mutual labels:  wechat
Wechat Webapp Douban Movie
微信小程序开发之豆瓣电影
Stars: ✭ 84 (-6.67%)
Mutual labels:  wechat
Weapp Qrcode
weapp.qrcode.js 在 微信小程序 中,快速生成二维码
Stars: ✭ 1,194 (+1226.67%)
Mutual labels:  wechat
Teepay
Typecho 个人支付宝、微信收款插件
Stars: ✭ 90 (+0%)
Mutual labels:  wechat
Wcdb
WCDB is a cross-platform database framework developed by WeChat.
Stars: ✭ 9,264 (+10193.33%)
Mutual labels:  wechat
Wxchart
微信小程序,图表组件(柱状图、折线图、饼图、雷达图...)。持续更新中...
Stars: ✭ 87 (-3.33%)
Mutual labels:  wechat
Wechat
Deprecated 微信公众平台企业号 SDK
Stars: ✭ 78 (-13.33%)
Mutual labels:  wechat
Wechat Miniprogram Ar 3d
A WeChat MiniProgram 3D that includes a Panorama Viewer and a 3D Viewer using the device orientation control.
Stars: ✭ 80 (-11.11%)
Mutual labels:  wechat
Machinery Industry Press
本项目预计分享数千册电子书,98%以上为机械工业出版社原版电子书,其余为其它出版社出版的一些经典外文读物的原版译本电子书,每本书都配有当当网一键搜索,可查看书价格和简介。目前共计更新2542册图书
Stars: ✭ 85 (-5.56%)
Mutual labels:  wechat
Mina Webpack
🍱 Mina single-file-component meets Webpack
Stars: ✭ 77 (-14.44%)
Mutual labels:  wechat
Webwechatapi.net
基于.Net平台C#的微信网页版API
Stars: ✭ 89 (-1.11%)
Mutual labels:  wechat
Cordova Plugin Wechat
A cordova plugin, a JS version of Wechat SDK
Stars: ✭ 1,198 (+1231.11%)
Mutual labels:  wechat
Wechat
API, command and message handling for WeChat in Rails
Stars: ✭ 1,251 (+1290%)
Mutual labels:  wechat
Phps.shop Api
如花拼团商城_TP5_VUE_小程序
Stars: ✭ 90 (+0%)
Mutual labels:  wechat
Weixin Java Mp Demo
基于Spring Boot 和 WxJava 实现的微信公众号Java后端Demo,支持多公众号
Stars: ✭ 1,291 (+1334.44%)
Mutual labels:  wechat
Anti Recall
Android 免root 防撤回神器 !
Stars: ✭ 1,274 (+1315.56%)
Mutual labels:  wechat

ifwechat

①.IFWechat能做什么

IFWechat是一个能把微信连接到IFTTT的微信公众号,如果你还不知道IFTTT是什么,可以看看这里:ifttt 是一个什么样的网站?.
IFTTT = if this then that, IFWechat通过微信公众号实现了IFTTT中this的功能,通过微信发送到IFWechat的消息都会触发用户定义的IFTTT Recipes.

②.绑定微信与IFTTT

1.关注IFWechat微信公众号

qcode

2.生成IFTTT Maker Webhooks key

访问IFTTT Maker Webhooks
IFTTT Maker Webhooks

点击Connect   访问Settings,复制URL后面的key
IFTTT Maker key

3.绑定key到IFWechat微信公众号

bind key

发送 BD+key 绑定.

③.绑定微信与IFTTT

1.发送文本消息

text

IFTTT Recipes示例:https://ifttt.com/p/zhu327/shared

2.发送照片消息

image

先发送图片,然后追加一条文本.

3.发送地理位置

location

4.发送分享链接

link

④.消息格式

上面有一些IFTTT Recipes示例,如果你有更好的创意,那么就需要了解下你发送给IFWechat公众号的消息会在推送给IFTTT的时候的消息格式.

Event Name: text

{
    "value1": "Hello world" // value1为文本内容
}

Event Name: image

{
    "value1": "", // value1为图片地址
    "value2": "Hello world" // value2为文本内容
}

Event Name: location

{
    "value1": "深圳市罗湖区国贸", // value1为地理位置文本
    "value2": "", // value2为纬度
    "value3": "" // value3为经度
}

Event Name: link

{
    "value1": "", // value1为分享链接地址
    "value2": "", // value2为分享标题
    "value3": "" // value3为分享描述
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].