2017 © Pedro Peláez
 

project skinny-skeleton

A framework to create discord bot in PHP.

image

skinnybot/skinny-skeleton

A framework to create discord bot in PHP.

  • Tuesday, November 15, 2016
  • by Xety
  • Repository
  • 1 Watchers
  • 0 Stars
  • 81 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 11 % Grown

The README.md

Skinny Skeleton

Travis Scrutinizer StyleCi Stable Version Downloads License
Build Status Scrutinizer StyleCI Latest Stable Version Total Downloads License

The bot skeleton used for Skinny., (*1)

The source code of the bot core can be found here: SkinnyBot/Skinny., (*2)

Requirements

Installation

  • composer create-project --prefer-dist skinnybot/skinny-skeleton <application_name>
  • Rename the file config/config.default.php to config/config.php
  • Configure your bot token in the file config/config.php

Run

Command line only : php run.php, (*3)

Note

The skeleton will install by default the Module Plugin and the Basic Plugin automatically., (*4)

Running the bot permanently on a Server

I recommend to use the popular Unitech/pm2 npm package to run your bot. You will need NodeJS and npm installed on your server., (*5)

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_7.x | bash -
apt-get install -y nodejs


# Then
sudo npm install pm2@latest -g
pm2 start run.php -n "skinny"

More informations on the pm2 package can be found on the Unitech/PM2 repository., (*6)

More informations about installing NodeJS can be found here., (*7)

Contribute

Follow this guide to contribute, (*8)

The Versions

15/11 2016

dev-master

9999999-dev https://github.com/SkinnyBot/Skinny-Skeleton

A framework to create discord bot in PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

php bot discord skinny discordphp botphp

15/11 2016

v1.0.1

1.0.1.0 https://github.com/SkinnyBot/Skinny-Skeleton

A framework to create discord bot in PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

php bot discord skinny discordphp botphp

12/11 2016

v1.0.0

1.0.0.0 https://github.com/SkinnyBot/Skinny-Skeleton

A simple discord bot in PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

php bot discord skinny discordphp botphp

10/11 2016

v0.0.1

0.0.1.0 https://github.com/Xety/Skinny-Skeleton

A simple bot in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.6
  • xety/skinny dev-master

 

The Development Requires

php bot discord discordphp botphp