fixed markdown formatting
This commit is contained in:
parent
92fc0b3fb9
commit
2955079bc2
18
README.md
18
README.md
|
@ -4,13 +4,23 @@ transWhat is a WhatsApp XMPP Gateway based on Spectrum2
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
* __Spectrum 2__ is a XMPP transport
|
#### Spectrum 2
|
||||||
|
is a XMPP transport
|
||||||
|
|
||||||
Manual compile latest version from https://github.com/hanzz/libtransport
|
Manual compile latest version from https://github.com/hanzz/libtransport
|
||||||
* __e4u__ is a simple emoji4unicode python wrapper library
|
|
||||||
|
#### e4u
|
||||||
|
is a simple emoji4unicode python wrapper library
|
||||||
|
|
||||||
Install with `pip install e4u`
|
Install with `pip install e4u`
|
||||||
* __Yowsup__ is a Implementation of the WhatsApp protocol in python
|
|
||||||
|
#### Yowsup
|
||||||
|
is a Implementation of the WhatsApp protocol in python
|
||||||
|
|
||||||
Use my patched version at https://github.com/stv0g/yowsup
|
Use my patched version at https://github.com/stv0g/yowsup
|
||||||
* __Google Atom and GData__ Python wrappers
|
|
||||||
|
#### Google Atom and GData Python wrappers
|
||||||
|
required for Google contacts import
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue