· 7 years ago · Nov 03, 2018, 11:54 PM
1master_channel = 'plugins.eh_telegram_master', 'TelegramChannel'
2slave_channels = [('plugins.eh_wechat_slave', 'WeChatChannel')]
3
4eh_telegram_master = {
5 "token": "YOUR_TOKEN_HERE",
6 "admins": [YOUR_CHAT_ID_HERE],
7 "bing_speech_api": ["xxx", "xxx"],
8 "baidu_speech_api": {
9 "app_id": 0,
10 "api_key": "xxx",
11 "secret_key": "xxx"
12 }
13}