Skip to content

IsmaelRLG/simpbot

Repository files navigation

SimpBot

image

image

image

Simpbot is a very simple bot, cross platform, multi network support, multilingual, extensible and configurable, powered by Python.

simpbot is currently tested on Python 2.6, 2.7, 3.4, 3.5 and 3.6.

Download and installation

First form: Only one step

SimpBot is available on the Python Package Index (PyPI), this download and install the lasted stable version of simpbot; use the following command:

pip install simpbot

Second form: Two steps

  1. Download:

    Using HTTP:

    OS Architecture Downloads
    Source code All simbpot-current-v-dev

    Using GIT:

    git clone git://github.com/IsmaelRLG/simpbot.git
  2. Install running (from the source code):
python setup.py install

Configuration

  1. Run the following command to generate base config:

    simpbot conf --admins --conf
  2. Now edit the generated config:

    simpbot conf --admins --conf --edit
  3. Add a new IRC server:

    simpbot server --add server-name
  4. Edit IRC server:

    simpbot server --edit server-name
  5. Now run SimpBot!

    simpbot status --start

License

Copyright (c) 2016-2017 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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages