Improve documentation
This commit is contained in:
parent
df773a9670
commit
87ef2443f3
|
@ -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.
|
||||
|
|
18
USAGE.md
18
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue