diff --git a/INSTALL.md b/INSTALL.md index 0b07bdb..29cb6ca 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -74,7 +74,7 @@ Checkout the latest version of transWhat from GitHub: Install required dependencies: - $ pip install --pre e4u protobuf python-dateutil + $ pip install --pre e4u protobuf python-dateutil yowsup - **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. diff --git a/USAGE.md b/USAGE.md index d3f4760..e4e6833 100644 --- a/USAGE.md +++ b/USAGE.md @@ -1,5 +1,20 @@ # Usage +## Starting/stopping service + +To start transwhat run + +``` + spectrum_manager start whatsapp + +``` + +To stop transwhat run + +``` + spectrum_manager stop whatsapp +``` + ## Bot You might want to talk to bot if you're feeling lonely ;-P @@ -27,7 +42,8 @@ When asked about the login credentials, enter your data as described below: | **Setting** | **Value** | **Example** | | ----------- | ------------------------- | --------------- | | User | CountryCode + PhoneNumber | 4917634911387 | -| Password | WhatsApp password | *Base64 string* | +| Password | WhatsApp password | [*Base64 string*](https://github.com/davidgfnet/whatsapp-purple#how-do-i-get-my-user-name-and-password)| + ### Buddies