started working on "Getting Started" section

This commit is contained in:
Steffen Vogel 2015-11-25 20:02:26 +01:00
parent 4c86463be8
commit 246f5cfdb8
1 changed files with 26 additions and 4 deletions

View File

@ -2,20 +2,42 @@
transWhat is a WhatsApp XMPP Gateway based on [Spectrum 2](http://www.spectrum.im) and [Yowsup 2](https://github.com/tgalal/yowsup).
## Dependencies
## Getting started
I assume that you have a basic understanding of XMPP and the transport concept.
transWhat is a XMPP transport. It is based on the Spectrum 2 XMPP transport framework and the Yowsup 2 library to interface with WhatsApp.
Before getting started, please make sure that you have a XMPP server running.
I am using Prosody for this.
After this we have to install several dependencies:
### Dependencies
#### Python packages
pip install e4u protobuf mysql dateutil
pip install --pre e4u protobuf mysql dateutil
- **e4u**: is a simple emoji4unicode python bindings
- [**yowsup**](https://github.com/tgalal/yowsup): is a python library that enables you build application which use WhatsApp service.
- **mysqldb**: MySQL client python bindings
#### Spectrum 2
is a XMPP transport
Manual compile latest version from https://github.com/hanzz/libtransport.
Manual compile latest version from [Github](https://github.com/hanzz/libtransport).
You can use the following guide: http://spectrum.im/documentation/installation/from_source_code.html.
### Installation
git clone git@github.com:stv0g/transwhat.git
### Configuration of Prosody
http://prosody.im/doc/components
### Configuration of Spectrum
### Configuration of transWhat
## Contributors