awesomeScripts icon indicating copy to clipboard operation
awesomeScripts copied to clipboard

added whatsapp auto reponse bot using python project

Open aditya21111 opened this issue 3 years ago • 3 comments

whatsapp auto response bot using python

Added a new python project - whatsapp auto response bot. This is a python mini project (bot) which reads the recent chats of contacts , if chats matches with response dictionary it reply accordingly.

bro i didn't understand the below written rulers for PR.i am just new to this 'opensource field" , just wanted to contribute.Please merge this if you liked the project .

#These are some checks which i made and what i understand ☹ : My files are in proper order. I have added requirements.txt , readme and chromedriver.exe(required file for project)

acknowledgement

  • [x] I have tested the script and distributing it under MIT license.

aditya21111 avatar Oct 14 '21 12:10 aditya21111

That's a cool script. @aditya21111

Please check the linting error for clean and readable code. check the flake8 guidelines.

Happy Hacktober.

codeperfectplus avatar Oct 17 '21 07:10 codeperfectplus

@codePerfectPlus updated the file according to flake8 guidelines.

aditya21111 avatar Oct 17 '21 12:10 aditya21111

Still one error is present. I can't push before it

./whatsappbot/main.py:25:3: E121 continuation line under-indented for hanging indent

codeperfectplus avatar Oct 24 '21 04:10 codeperfectplus