Storage layer for yowsup in django. Based on https://github.com/tgalal/yowlayer-store.
The full documentation is at https://yowlayer-django-store.readthedocs.org.
Install yowlayer-django-store:
pip install yowlayer-django-store
Include in your django apps:
INSTALLED_APPS = ( ... 'yowlayer_store', ... )
To use it in a project:
import yowlayer_store
- Models for Text messages, convsersations and contact.
- Media messages added
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install -r requirements-test.txt (myenv) $ python runtests.py