Skip to main content

Le plus bot du monde

Project description

# Taemin

A beautiful IRC bot

[![Build Status](https://travis-ci.org/ningirsu/taemin.svg?branch=master)](https://travis-ci.org/ningirsu/taemin)

## Setup

The usual way:

cd taemin python setup.py install

Now just run the bot with

/usr/local/bin/taemin

Or if /usr/local/bin is in your path:

taemin

## Run taemin as a service If you’re running on debian, just copy the file located in the inid.d folder in /etc/init.d/taemin

Then run:

service taemin start

## Configuration

To adjust the configuration of taemin, just edit the configuration file:

vim /etc/taemin/taemin.yml

## Contribute

To add a plugin, just copy the example folder:

cp -r taemin/plugins/example taemin/plugins/yourplugin

Change the class TaeminExample to YourPluginClass in the file:

taemin/plugins/yourplugin/plugin.py

You can now add the functions of your choice in the different handlers (on_pubmsg, on_join, on_privmsg, on_quit, on_part)

To enable your plugin just add in the plugins section on your configuration file:

plugins.yourplugin.plugin: “YourPluginClass”

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

taemin-0.1.0.tar.gz (3.2 MB view hashes)

Uploaded Source

Built Distribution

taemin-0.1.0-py3-none-any.whl (3.2 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page