Pyrogram bot Deploy

Hello! I am new in Render and I don’t know deploy a Pyrogram or Telegram bot (Python) in Render.

Can someone advise me about it?

Thank you so much!!!

Hi Carlos,

Thanks for reaching out.

We don’t have a specific example for using that library on Render, but I expect you’d need to deploy a Pyrogram project to a Background Worker.

The Build Command would likely be similar to other Python examples, e.g. pip install -r requirements.txt

The Start Command would probably be something like python your-script-name.py

Maybe the Pyrogram docs cover deployment options?

Hope that helps

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.