Simple Skype to Gitter bridge. The bot echoes messages from Skype chat to Gitter.
You can download archive with latest stable release and run it or clone the repo and build it with Gradle - gradle dist
. It will generate zip archive in build/dist
directory.
Next steps:
- unpack archive and populate
skype2gitter.properties
, there are 4 required property (skype.login, skype.password, gitter.chatname, gitter.token) - run startup script (.bat or .sh)
- to be sure that app was started check console output of log file
- for viewing of statistics open Statistics page in browser (default url
localhost:8080/
, can be changed in properties)
Feel free to make pull requests!
Copyright © Gleb Kosteiko
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details.