xety / marsbot
A framework to create easyly xat bot.
v1.0.1
2015-10-30 00:22 UTC
Requires
- php: >=5.4.16
Requires (Dev)
- cakephp/cakephp-codesniffer: dev-master
- fabpot/php-cs-fixer: 1.*
This package is auto-updated.
Last update: 2026-03-05 02:59:22 UTC
README
A micro-framework to create a bot for Xat.
Requirements
- Library Tidy
- Installation on Linux :
sudo apt-get install php5-tidy
- Installation on Linux :
- Composer
- Installation on Windows : Composer-Setup.exe
- Installation on Mac/Linux :
-
curl -sS https://getcomposer.org/installer | php
-
mv composer.phar /usr/local/bin/composer
-
Installation
composer create-project --prefer-dist xety/marsbot <application_name>- Rename the file
config/config.sample.phptoconfig/config.php - Configure your bot in the file
config/config.php
Run
Command line only : php index.php