The StormBot is a bot finalized to flood messages in a specified Telegram Group with different VoIPs to avoid getting muted.
Use the package manager pip to install the following packages.
pip install pyrogram, pyromod, tgcryptoThe packages are needed to make the bot work properly. TgCrypto is "optional", however it would make the bot signficantly faster.
Change the following settings:
API_HASH = "0" # YOUR API_HASH
API_ID = 0 # YOUR API_ID
TOKEN = "0" # YOUR BOT_TOKENInto your API keys, if you don't have API keys you can create an App to generate them here.
EXAMPLE.mp4
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.