WIP
Go to file
Steffen Vogel 64f444e0e6 Merge pull request #68 from languitar/executable-bit
Make transwhat.py executable
2017-01-03 09:23:05 +01:00
Spectrum2 Merge branch 'develop' of github.com:stv0g/transwhat into develop 2016-10-07 21:24:06 -04:00
contrib added systemd unit 2016-02-23 09:09:27 +01:00
.gitignore updated gitignore 2013-08-02 01:50:09 +02:00
COPYING.md reformated GPL3 license file to Markdown 2015-12-03 13:03:02 +01:00
INSTALL.md Update INSTALL.md 2015-12-27 14:24:05 +02:00
README.md added note about available branches to readme 2016-04-06 14:56:21 +02:00
USAGE.md Replay changes from c40d477667 excluding fae4c648e 2016-01-01 11:42:11 +02:00
bot.py Merge branch 'develop' of github.com:stv0g/transwhat into develop 2016-10-07 21:24:06 -04:00
buddy.py some more encoding fixes 2016-04-12 14:53:15 +02:00
config.py Add parser for spectrum configuration file 2016-04-11 20:34:24 +02:00
deferred.py fix encoding issues 2016-04-10 00:21:58 +02:00
group.py fix encoding issues 2016-04-10 00:21:58 +02:00
registersession.py some more encoding fixes 2016-04-12 14:53:15 +02:00
session.py Merge remote-tracking branch 'gh/dazzzl/yowsup2-port' into develop 2016-10-07 21:42:28 -04:00
threadutils.py added unicode-literals forward-compatibility module 2016-04-12 17:24:57 +02:00
transwhat.py Make transwhat.py executable 2017-01-02 18:20:07 +01:00
utils.py Merge remote-tracking branch 'gh/kiv1in/yowsup-2' into develop 2016-10-07 21:31:50 -04:00
whatsappbackend.py Merge remote-tracking branch 'gh/dazzzl/yowsup2-port' into develop 2016-10-07 21:42:28 -04:00
yowsupwrapper.py Fix missing imports for yowsup 2017-01-02 23:21:47 +01:00

README.md

transWhat

transWhat is a WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 2.

Branches

  • yowsup-1 My original version which is based on @tgalal first Yowsup version (deprecated and broken).
  • yowsup-2 Major rewrite from @moyamo for @tgalal's new Yowsup 2 (recommended).
  • develop A develop branch with the latest fixes and improvements. This branch is based on yowsup-2.

For production, please use the yowsup-2 branch.

Please file bugreports against the develop branch.

Installation

Usage

Features

  • Typing notifications
  • Receive images, audio & video
  • Set/get online status
  • Set status message
  • Groupchats

Contributors

Pull requests, bug reports etc. are welcome. Help us to provide a open implementation of the WhatsApp protocol.

The following persons have contributed major parts of this code:

  • @stv0g (Steffen Vogel): Idea and initial implementation based on Yowsup 1
  • @moyamo (Mohammed Yaseen Mowzer): Port to Yowsup 2
  • @DaZZZl: Improvements to group chats, media & message receipts

License

transWhat is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Foobar is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

An outdated project wiki is available here.

An outdated writeup of this project is also availabe at my blog.