Telegram Bot for transcribing voice messages via wit.ai
You need to install ffmpeg.
- Create a telegram bot
- Set privacy to
Disable
- Add a command called
setlanguage
- Set privacy to
- Create a wit.ai app for each language you want to support
- Copy
config.sample.json
toconfig.json
, add the telegram / wit tokens and specify your ffmpeg path - Start it with
npm start
You can add the @parrotparrot_bot
to your group and it will transcribe your voice messages. To change from english to german enter: /setlanguage DE
.
But remember it is only for demonstration purpose.