https://github.com/chi-teck/druplicon
Skype chat bot for Drupal comminities
https://github.com/chi-teck/druplicon
bot drupal php skype
Last synced: 8 months ago
JSON representation
Skype chat bot for Drupal comminities
- Host: GitHub
- URL: https://github.com/chi-teck/druplicon
- Owner: Chi-teck
- License: gpl-2.0
- Created: 2015-01-19T18:22:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T06:08:34.000Z (over 10 years ago)
- Last Synced: 2024-12-29T13:33:01.975Z (10 months ago)
- Topics: bot, drupal, php, skype
- Language: PHP
- Size: 848 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Druplicon
Skype chat bot for Drupal communities insipred by the [Drupal IRC Bot](https://www.drupal.org/project/bot).## Installation
This project requires PHP D-Bus library which can be installed from PECL.
### Installing D-Bus
apt-get install php5-dev
apt-get install php-pear
pear install PEAR
apt-get install libdbus-1-dev libxml2-dev
pecl install dbus-betaOn some systems the installation proccess may be different.
### Installing the Druplicon
cd path/to/druplicon
composer install
cp config/example.config.php config/config.php
vim config/config.php
bin/druplicon.php check-requirements
bin/druplicon.php setup-database
bin/druplicon.php import-core-functions
bin/druplicon.php import-factoids## Usage
bin/druplicon.php start-bot## License
This project is licensed under GPL Version 2 license.