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

Create settings.py having Settings class for changing web WhatsApp's settings #39

Closed
Maskgirl opened this issue Oct 13, 2020 · 9 comments · Fixed by #70
Closed

Create settings.py having Settings class for changing web WhatsApp's settings #39

Maskgirl opened this issue Oct 13, 2020 · 9 comments · Fixed by #70
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed python Selenium Automation

Comments

@Maskgirl
Copy link
Member

Add the following automation

  1. notifications(is_sounds, is_desktop_alerts, is_show_previews, is_turn_off_desktop_notifications): taking boolean values to set followings
    chrome_QNGpHqboBl

  2. theme(theme): Taking constant values from contants.py i.e add new class STRINGS having sub-class SETTINGS having contants like THEME_LIGHT='Light' so that we can use theme(STRINGS.SETTINGS.THEME_LIGHT)
    chrome_nBXgRErEzJ

  3. block_contacts(contacts): takes a list of contacts to add in the blocklist
    chrome_Tho1Z9WUQC

@Maskgirl Maskgirl added enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed python Selenium Automation labels Oct 13, 2020
@beatorizu
Copy link
Contributor

Hey, I would like to try this issue

@Maskgirl
Copy link
Member Author

Hey, I would like to try this issue

@beatorizu You are most welcome. 😊

@NavpreetDevpuri
Copy link
Member

NavpreetDevpuri commented Oct 14, 2020

@beatorizu
I want to suggest something that will help a lot
#30 (comment) and #30 (comment)

@NavpreetDevpuri
Copy link
Member

@beatorizu you can ask me if you are facing any problems while doing it.

@NavpreetDevpuri NavpreetDevpuri moved this from To do to Assigned in Automate essentials Oct 18, 2020
@beatorizu
Copy link
Contributor

Thank you, guys 😊

@beatorizu
Copy link
Contributor

How do I start a session? Do I need to use my personal number?

@NavpreetDevpuri
Copy link
Member

How do I start a session? Do I need to use my personal number?

You can use it, but as I know it is a bad idea to use my personal number as I was experimenting with things like exiting groups. Etc so I cloned my WhatsApp app on my mobile and created a new WhatsApp account with my other mobile number for that purpose.

@beatorizu
Copy link
Contributor

How do I start a session? Do I need to use my personal number?

You can use it, but as I know it is a bad idea to use my personal number as I was experimenting with things like exiting groups. Etc so I cloned my WhatsApp app on my mobile and created a new WhatsApp account with my other mobile number for that purpose.

As I am changing things related to settings I believe that it is fine to use my own phone number 🤔

@NavpreetDevpuri
Copy link
Member

NavpreetDevpuri commented Oct 26, 2020

As I am changing things related to settings I believe that it is fine to use my own phone number 🤔

Yes.

Automate essentials automation moved this from In progress to Done Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed python Selenium Automation
Projects
Development

Successfully merging a pull request may close this issue.

3 participants