Forums

How to run a simple telegram bot 24/7 connected to Bitget api on free beginner plan

My bot is currently just a Python script that outputs on telegram, only work if i turn run it when my laptop is on. It doesn't have a web interface. It connects to a crypto API, gets signals, and then sends a message to a Telegram channel.

What is the recommended way to run this type of script continuously on the free Beginner plan without it stopping after a few minutes and will it still be able to connect smoothly to bitget api efficiently?

To run something continuously, you will need to use an always on task that is a paid feature.