Edgard, le bot d’IRC
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matthieu Marcillaud c8c573652c On déménage… bye bye freenode, hello libera. 2 years ago
config On déménage… bye bye freenode, hello libera. 2 years ago
public Oubli de renommage 3 years ago
src On déménage… bye bye freenode, hello libera. 2 years ago
.gitignore Pas ce fichier de conf local... 3 years ago
README.md On sépare Edgard et Shiraaz... 3 years ago
composer.json Première version du renouveau d’Edgard... 3 years ago
composer.lock Première version du renouveau d’Edgard... 3 years ago

README.md

Edgard est le bot de #spip

Installation

git clone https://git.spip.net/spip-contrib-outils/Edgard.git
cd Edgard
composer install

Configuration

cd config
cp app.dist.php app.php
# adapter la config

Exécution

# serveur (se connecte, reste connecté et à lécoute...)
php public/edgard.php

# envoyer des messages
echo "Mon beau message" | php public/send.php
php public/sendToEdgard.php "Mon beau message"