Skip to content

fp-china/functor-purity

Repository files navigation

Functor & Purity

Some history from WeChat

Demo https://r.fp-china.org/functor-purity/ .

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

About

Pick conversations from WeChat history

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages