Update README.md
This commit is contained in:
parent
246f5cfdb8
commit
02e6b89bd1
15
README.md
15
README.md
|
@ -16,7 +16,7 @@ After this we have to install several dependencies:
|
||||||
|
|
||||||
#### Python packages
|
#### Python packages
|
||||||
|
|
||||||
pip install --pre e4u protobuf mysql dateutil
|
pip install --pre e4u protobuf mysql python-dateutil
|
||||||
|
|
||||||
- **e4u**: is a simple emoji4unicode python bindings
|
- **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.
|
- [**yowsup**](https://github.com/tgalal/yowsup): is a python library that enables you build application which use WhatsApp service.
|
||||||
|
@ -33,12 +33,23 @@ You can use the following guide: http://spectrum.im/documentation/installation/f
|
||||||
|
|
||||||
### Configuration of Prosody
|
### Configuration of Prosody
|
||||||
|
|
||||||
http://prosody.im/doc/components
|
See http://prosody.im/doc/components.
|
||||||
|
|
||||||
|
Component "whatsapp.0l.de"
|
||||||
|
component_secret = "whatsappsucks"
|
||||||
|
component_ports = { 5221 }
|
||||||
|
component_interface = "127.0.0.1"
|
||||||
|
|
||||||
### Configuration of Spectrum
|
### Configuration of Spectrum
|
||||||
|
|
||||||
### Configuration of transWhat
|
### Configuration of transWhat
|
||||||
|
|
||||||
|
First create a mySQL database named `transwhat` and fill it with the [schema](https://raw.githubusercontent.com/stv0g/transwhat/yowsup-2/conf/schema.sql) provided in the repo.
|
||||||
|
|
||||||
|
## Docker
|
||||||
|
|
||||||
|
In near future, there will be a Dockerfile for transWhat.
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
Pull requests, bug reports etc. are welcome. Help us to provide a open implementation of the WhatsApp protocol.
|
Pull requests, bug reports etc. are welcome. Help us to provide a open implementation of the WhatsApp protocol.
|
||||||
|
|
Loading…
Reference in a new issue