A small python seed to create a Whatsapp Bot, with regex-callback routes (just like a web framework).
(pratical extension of the examples on https://github.com/tgalal/yowsup)
- Install the image handling system dependencies on
bash opt/system-requirements.sh
- Create a virtualenv and install the requirements
pip install -r opt/requirements.pip
- Follow the instructions on
src/config.py
to get the whatsapp credentials. - Then just run the server with
python src/server.py