Skip to content

eduardodiasm/python-bot-for-whatsapp-congratulations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python bot to reply Whatsapp congratulations messages

Are you tired of answering all those birthday messages via Whatsapp? Here is the solution to help you in this boring situations, this script will reply automatically all those messages!

Tech

In this project, we are using:

Installing the dependecies

The list of dependecies used here are able on requirements.txt

Install the dependencies with pip

$ pip install -r requirements.txt 

Installing the driver

To manipulate the browser through the script, you need a driver to do it. Here, we are using the Mozilla's Geckodriver. To install the geckodriver, you just have to install the binary file of it, named 'geckodriver.exe' and able in the bin folder.

Instruction

To select the contacts that you want to reply automatically, you must put the contacts's names in the list people_names, on the line 10.

10 | people_names = ['person one', 'person two']

Run

To run the script, execute the codes below:

$ cd src
$ python script.py

Remember that you should be inside the root path of the repository.

Todos!

  • Find out a way to get the class copyable-text.selectable-text
  • Get as environment variables the contacts that you want the script reply.
  • Use the Whatsapp API in the script.

About

Python bot to reply generic congratulations messages via whatsapp.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages