Let's start by installing PyTelegrambotApi
pip install pyTelegrambotApi
We put the bot tokens in the TOKENS list inside the main.py file
TOKENS = ['token1', 'token2', 'token3', 'token4', 'token5', 'token6', 'token7', 'token8', 'token9', 'token10', '...']
Note that this file will use the bot tokens you posted. You can adapt it to your own script