forked from sfyc23/EverydayWechat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yaml
51 lines (41 loc) · 1.53 KB
/
_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# 配置文件请严格遵循 yaml 语法格式,yaml 学习地址:
# https://ansible-tran.readthedocs.io/en/latest/docs/YAMLSyntax.html
# http://einverne.github.io/post/2015/08/yaml.html
# 是否强制切换微信号
is_forced_switch: False
# 是否开启自动回复
is_auto_relay: True
#图灵机器人(http://www.tuling123.com/)免费用户每天可用 100 条。
#请在官网注册并申请 apikey ,userID。
turing_conf:
apiKey: ''
userId: ''
# 指定自动回复的好友名单。
# - '好友1'
# - '好友2'
auto_reply_names:
- '古典'
#------------------------ 定时时间功能--------------------------
alarm_info:
#True 开启定时提醒,False 关闭
is_alarm: True
#定时发送时间
alarm_timed: '10:55'
girlfriend_infos:
- #女友微信昵称或者备注名,不能输入微信号。
wechat_name: '古典'
#女友所在城市,用于发送天气。(可空)
city_name: '桂林'
# 格言渠道(1 : ONE●一个,2 : 词霸(每日英语,双语)4 : 一言,5:笑话)(可空)
dictum_channel : 5
# 从那天开始勾搭的(最终效果为:宝贝这是我们在一起的第 111 天)(可空)
start_date: '2017-10-10'
# 后缀(可空)
sweet_words: '来自最爱你的我。'
# 如果你有多个好友需要发送,则参照这个样式,复制即可
# 如不需要,则删除或注解下面所有的数据
- wechat_name: 'happy'
city_name: '朝阳区'
dictum_channel : 4
start_date: '2018-11-11'
sweet_words: '来自你俊美的老公。'