Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
IamMU opened this issue Oct 2, 2022 · 4 comments
Open
Labels

Comments

@IamMU
Copy link
Contributor

IamMU commented Oct 2, 2022

Features to Add

  • Speed Control (Almost all)
  • Speed Recommendation ( Use BeautifulSoup and Requests[ or any other library, that doesn't require opening the browser ] and use a network tester to get a speed, and recommend if user should choose fast, balanced or safe speed modes but still allow users to change it!)
  • Improve color theme
  • Add a main menu
    • Start Bot
    • Customization Options
    • Credits
    • Exit
  • Use system theme to determine which color theme to use( Light/Dark )
@mrpandya
Copy link
Owner

mrpandya commented Oct 2, 2022

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
Copy link
Contributor Author

IamMU commented Oct 3, 2022

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
Copy link
Owner

mrpandya commented Oct 4, 2022

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
Copy link
Contributor Author

IamMU commented Oct 4, 2022

Ok

@mrpandya mrpandya changed the title Add more user customization options, like controlling the speed of the speed Add more user customization options, like controlling the speed of the bot Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants