Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shufo/ansible-skype-hubot
A playbook for skype and hubot integration on CentOS.
https://github.com/shufo/ansible-skype-hubot
ansible hubot
Last synced: about 1 month ago
JSON representation
A playbook for skype and hubot integration on CentOS.
- Host: GitHub
- URL: https://github.com/shufo/ansible-skype-hubot
- Owner: shufo
- Created: 2014-11-02T20:26:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:51:04.000Z (11 months ago)
- Last Synced: 2024-05-20T15:11:39.393Z (6 months ago)
- Topics: ansible, hubot
- Language: CoffeeScript
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ansible-skype-hubot
===================A playbook for skype and hubot integration on CentOS.
## Overview
It will install skype and hubot on CentOS. You can customize it by edit vars file.
## Usage
Replace username/password with your skype credential.
- vars/main.yml
```vars/main.yml
skype_username: your_skype_id
skype_password: your_skype_password
```- Run playbook.
```bash
ansible-playbook site.yml
```## vars
```vars/main.yml
skype_version: 4.3.0.37
skype_install_dir: /opt/skype
skype_init_script: /etc/init.d/skype
skype_username: your_skype_id
skype_password: your_skype_passwordhubot_install_dir: /opt/hubot
x11vnc_password: password
```## Vagrant
You can test on Vagrant virtual machine.
```
vagrant up
```## Note
Skype Desktop API was deprected in December, 2013, so cloud based group created in 2014 unable to use hubot.
Still Dialog chat and P2P group created before 2013 is able to use hubot.On old chats:
```
/get name
name=#reiner030/$martin.somewhere;dab11af9c767e33
```still API is alive.
On new chats:
```
/get name
name=19:[email protected]
```can't use API.
refs : https://github.com/awahlig/skype4py/issues/34