xety / marsbot
A framework to create easyly xat bot.
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.4.16
Requires (Dev)
- cakephp/cakephp-codesniffer: dev-master
- fabpot/php-cs-fixer: 1.*
This package is auto-updated.
Last update: 2024-11-04 23:50:06 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.php
toconfig/config.php
- Configure your bot in the file
config/config.php
Run
Command line only : php index.php