Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

WhatsBot

simple WhatsBot using yowsup

install yowsup2

pip install yowsup2

WhatsApp registration involves 2 steps. First you need to request a registration code. And then you resume the registration with code you got.

step 1

yowsup-cli registration --requestcode sms --phone 49XXXXXXXX --cc 49 --mcc 123 --mnc 456

step 2

yowsup-cli registration --register 123456 --phone 49XXXXXXXX --cc 49  

edit the run.py (credentials)

Running the bot

python run.py

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.