I have a git repository, which contains 3 python telegram bots, each in a separate script. I want to deploy them all as web apps using heroku, so they run at the same time. Is there any possibility to do this, may be create several heroku apps (but then how should I deal with the procfile)?
I've found solutions only for cases, when people had different types of apps (like web and api), but it won't work for me.