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