mrpandya / whatsapp-bomber

A python script to automate your whatsapp and send multiple messages.
127 stars 16 forks source link

Add more user customization options, like controlling the speed of the bot #18

Open IamMU opened 1 year ago

IamMU commented 1 year ago

Features to Add

mrpandya commented 1 year ago

while adding the speed control mode, you need to take care that whatsapp does not block then bot. you can use the existing apis to send messages via HTTP requests to make it faster, that will also make the bot termux compatible. which is mentioned in the issue #2.

IamMU commented 1 year ago

Yes, the user won't be allowed to go below a certain threshold. About converting the bot to use HTTP requests instead of selenium, I can't help that much, as I am very bad at making the right requests. I can add a main menu and improve UI today, and make it use system theme.

mrpandya commented 1 year ago

you can create a menu and keep an alternative option for apis, we dont need to replace selenium, we can add the apis along with the selenium bot. You can create a new issue regarding the menu and also add screenshots in the readme. let this issue be open for others to work on

IamMU commented 1 year ago

Ok