fixed markdown formatting

This commit is contained in:
Steffen Vogel 2013-08-02 02:18:04 +02:00
parent 92fc0b3fb9
commit 2955079bc2
1 changed files with 17 additions and 7 deletions

View File

@ -4,13 +4,23 @@ transWhat is a WhatsApp XMPP Gateway based on Spectrum2
## Dependencies ## Dependencies
* __Spectrum 2__ is a XMPP transport #### Spectrum 2
Manual compile latest version from https://github.com/hanzz/libtransport is a XMPP transport
* __e4u__ is a simple emoji4unicode python wrapper library
Install with `pip install e4u` Manual compile latest version from https://github.com/hanzz/libtransport
* __Yowsup__ is a Implementation of the WhatsApp protocol in python
Use my patched version at https://github.com/stv0g/yowsup #### e4u
* __Google Atom and GData__ Python wrappers is a simple emoji4unicode python wrapper library
Install with `pip install e4u`
#### Yowsup
is a Implementation of the WhatsApp protocol in python
Use my patched version at https://github.com/stv0g/yowsup
#### Google Atom and GData Python wrappers
required for Google contacts import
## Contribute ## Contribute