Skip to content

LongTengDao-fork-A/hestory

 
 

Repository files navigation

Hestory

Some history from WeChat

Demo http://r.tiye.me/b-conf/hestory .

Usages

从微信扒数据, 然后按照 data/ 当中的格式保存, 再源码里进行索引.

语音

默认让 Chrome 合成语音.

?api-get=xunfei 激活讯飞语音模式. 不过免费 API 数量有限, 需要手动配置自己的 app key:

申请地址 https://console.xfyun.cn/services/tts

localStorage.setItem("xunfei-secrets", JSON.stringify({
  id: '<TODO>',
  secret: '<TODO>',
  key: '<TODO>'
}))

?api-get=audio&audio-host=<地址> 切换到本地提供的语音服务, 参考 https://github.com/worktools/to-speech-google .

Workflow

https://github.com/calcit-lang/respo-calcit-workflow

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • Cirru 98.3%
  • Other 1.7%