simpbot

Simple Bot (SimpBot) - IRC (Internet Relay Chat) Bot


Keywords
irc, bot, chat, ircbot, simplebot, simpbot
License
Other
Install
pip install simpbot==1.0

Documentation

SimpBot

SimpBot es un bot muy simple, y solo eso, hecho en python, funcional en Linux y Windows

Instalaci贸n, configuraci贸n y ejecuci贸n

Instalaci贸n - Linux

$ git clone git://github.com/IsmaelRLG/simpbot.git
$ cd simpbot
# python setup.py install

Instalaci贸n - Windows:

  • Por agregar :D

Configuraci贸n - Linux:

  • Creamos la configuraci贸n:

    $ simpbot --make-conf -d
  • Editamos la configuraci贸n:

    $ nano ~/.simpbot/config.py

Configuraci贸n - Windows:

  • Por agregar :D

Ejecuci贸n - Linux:

$ simpbot -s start

Ejecuci贸n - Windows:

  • Por agregar :D

Licencia

Copyright (c) 2016 Ismael Lugo

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.