Coder Social home page Coder Social logo

unosd / telegramstt Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 75 KB

Create a Telegram bot to transcribe audio messages

License: GNU General Public License v3.0

F# 100.00%
telegram telegram-bot azure cognitive-services fsharp logic-apps pulumi speech-recognition speech-to-text

telegramstt's Introduction

TelegramSTT

Creates a Telegram bot to transcribe audio messages.

It uses an Azure Logic App invoked by the Telegram BOT webhook that in turn calls the Azure Speech services to transcribe the audio and the bot responds with the transcribed message.

diagram

How to create a Telegram bot

From Telegram, contact @BotFather

/newbot <name your bot> <write your unique Telegram handle for the bot>

Now copy the bot auth key returned.

pulumi config set azure-native:location "West Europe"
pulumi config set bot-handle "<your bot handle from above>"
pulumi config set bot-key "<your bot key returned by @BotFather>"
pulumi up
# Currently this line won't work as the trigger API invoke args do not take the trigger name, getting URL from the LA in the portal
curl -X POST -H "Content-Type: application/json" -d "{\"url\":\"$(pulumi stack output WorkflowTriggerUrl --show-secrets)\", \"allowed_updates\":[\"message\"]}" "https://api.telegram.org/bot$(pulumi config get bot-key)/setWebhook"

How to use it

Forward any audio message in a conversation to your bot and it will respond with the transcription.

telegramstt's People

Contributors

unosd avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.