We offer you a grace period for 3 days to use VDS to check your projects.
You can run multiple projects simultaneously using different technologies with the pre-installed Docker.
from telegram import Bot
bot = Bot(token="YOUR_BOT_TOKEN")
bot.message_handler(func=handle_message)
bot.polling()