Skip to content

Commit

Permalink
新增 ip归属地,关键词回复,天气查询功能
Browse files Browse the repository at this point in the history
  • Loading branch information
giscafer committed Jun 6, 2018
1 parent 4ca14d2 commit 37b615d
Show file tree
Hide file tree
Showing 13 changed files with 28,073 additions and 292 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
# wechat-autoreply

微信自动回复
web微信自动回复,(微信!!!非微信公众号)

微信接口基于 [wechat4u](https://github.com/nodeWechat/wechat4u)

## Feature

- 回复:`giscafer助手` 可查看功能使用说明

- 支持微信图片搜索,自动回复图片

关键字 `图 xxx`,比如要搜索`篮球`,回复:`图 篮球`,搜索新恒结衣,回复:`图 新恒结衣`

- 词典翻译,支持中英互译
- 词典翻译,支持中文与英、日、韩三种互译

中文翻译英文回复 `中译英 中国`,英文翻译中文回复:`英译中 China`
中文翻译英文回复 `中译英 中国`,英文翻译中文回复:`英译中 China``中译日 你好``日译中 こんにちは``中译韩 你好``韩译中 안녕하세요`

- 查询台风信息,回复 `查台风`

- 回复:`giscafer助手` 可查看功能使用说明
- 查询天气信息,回复 `查天气 城市名称`,如`查天气 广州`

- 查询ip归属地信息,回复 `查ip ip`,如 `查ip 221.193.207.29`

- 关键词自动回复有:`query电话号码`


## Usage
Expand Down
200 changes: 0 additions & 200 deletions app.js

This file was deleted.

17 changes: 17 additions & 0 deletions data/AutoKeyword.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[{
"key": "查giscafer",
"text": "http://giscafer.com"
},
{
"key": "查厚宾",
"text": "http://giscafer.com"
},
{
"key": "查家装通",
"text": "http://down.1ziton.com"
},
{
"key": "query电话号码",
"text": "http://m.ip138.com/"
}
]
Loading

0 comments on commit 37b615d

Please sign in to comment.