botgram / shell-bot

:robot: Telegram bot that executes commands and sends the live output
GNU General Public License v3.0
797 stars 488 forks source link

Support heroku #49

Open Frozen12 opened 3 years ago

Frozen12 commented 3 years ago

Please make this bot deployable in heroku

mildsunrise commented 3 years ago

this is designed to be run in a single server, not on a scaling group of instances. it's not designed to be "deployed" on new infra, just put it on a server you already have (and would like to run commands in). heroku instances won't have any of the interesting software / commands you want to use with this bot.