Skip to content

Crawler made with Selenium and Python to constantly receive video/audio from target and broadcast to a list of contacts.

License

Notifications You must be signed in to change notification settings

filipefilardi/wpp-broadcaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wpp-broadcaster (discontinued)

Crawler made with Selenium and Python to constantly receive video from target and broadcast to a list of contacts. Currently working only in whatsapp web.

Install

Install Selenium for python.

$ pip install selenium

Check official selenium documentation if needed.

Selenium requires a driver to interact with your browser. I recommend looking in this installation guide in drivers section to install the proper driver.

Set Up

  • Create your broadcast list in your whatasapp mobile;
  • Add your target and broadcast list in this line.
#####################################
#           CONFIGURATION           #
#####################################

self._target = "person name"
self._broadcast = "broadcast list name"

#####################################
#                END                #
#####################################

Run

$ python broadcast.py

Wait QR CODE screen appears and do it manually. After that, python will start to broadcast received target messages.

Make sure you know what you're doing. All contributors of this repository are exempt for any of your actions.

About

Crawler made with Selenium and Python to constantly receive video/audio from target and broadcast to a list of contacts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages