From 54c61f4fcc558eef6591f7a3ac6fbf45d14e3e6a Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 7 Sep 2015 16:32:08 +0200 Subject: [PATCH] updated dependency section of README file --- README.md | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 286f631..4eaffbc 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,21 @@ # transWhat -transWhat is a WhatsApp XMPP Gateway based on Spectrum2 +transWhat is a WhatsApp XMPP Gateway based on [Spectrum 2](http://www.spectrum.im) and [Yowsup 2](https://github.com/tgalal/yowsup). ## Dependencies +#### Python packages + + pip install e4u protobuf mysql dateutil + + - **e4u**: is a simple emoji4unicode python bindings + - **yowsup**: + - **mysqldb**: MySQL client python bindings + #### Spectrum 2 is a XMPP transport -Manual compile latest version from https://github.com/hanzz/libtransport - -#### e4u -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 - -#### MySQLdb -required - -#### Google protobuf -required - -#### date.util -required +Manual compile latest version from https://github.com/hanzz/libtransport. ## Contribute @@ -39,6 +25,5 @@ Help us to provide a open implementation of the WhatsApp protocol. ## Documentation A project wiki is available [here](http://dev.0l.de/projects/transwhat/start). -A mailinglist for discussion is available [here](http://lists.0l.de/listinfo/whatsapp). -A writeup of this project is also availabe at my [blog](http://www.steffenvogel.de/2013/06/29/transwhat/). +An *outdated* writeup of this project is also availabe at my [blog](http://www.steffenvogel.de/2013/06/29/transwhat/).