Help for building a Telegram Bot

#1
by Manishx - opened

I tried deploying a bot at: https://huggingface.co/spaces/Manishx/GenAtoZ
But the bot is not replying, can you help me to know what exactly is the problem as I am not ablel to figure this out.
This is my first time using Hugging Face so I dont really know how to do it

Hi I discovered that the Telegram API url is blocked by Hugging face security policies so you can't do anything about it. The only free way I've found to manage a Telegram BOT that uses AI is this:

  1. Create a Google App Script that receives messages
  2. Create a FastAPI with HuggingFace to which you can pass the message and which then processes the response
  3. Send the AI ​​message via App Script.

Alright, Thanks! for the help

MatteoScript changed discussion status to closed
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment