How to configure multiple instances of the same bot......obviously on Termux

1 -Install tmux
2 -Open a connection with tmux
3 -Enable a venv for the instance
4 -Install the bot (only the first time)
5 -Change the default configuration path (something like somebot -c path/to/define)
6 -Initialize the account (something like somebot -c path/to/define init account@blabla.bla ‘strongpassword’)
7 -Start the service (something like somebot -c path/to/define --account account@blabla.bla serve
8 -Tmux: ctrl+b+d
9 - Start over from step 2

2 Likes

hi, this would fit more on the “how to”/tutorials category :thinking: ex. I came here thinking this was a question

Thanks for the suggestion, I have moved to the correct section :slight_smile:

1 Like