Le plus bot du monde
Project description
# Taemin
A beautiful IRC bot
[](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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file taemin-0.1.0.tar.gz.
File metadata
- Download URL: taemin-0.1.0.tar.gz
- Upload date:
- Size: 3.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b10e1bf2dd0158654416e78a18a9641736dd7d5722fb5ada9c083f863b137fb
|
|
| MD5 |
0e41ed53a54d0c4cf8e414911d939eea
|
|
| BLAKE2b-256 |
e4b2c05dff10fb0e3092cf5d61b09ef50a55ee03e93ffd0494285fba840b4890
|
File details
Details for the file taemin-0.1.0-py3-none-any.whl.
File metadata
- Download URL: taemin-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
297077f81ea3e21b560600d224dec5f95de3538348b0bf82e78e2bd6949a92a5
|
|
| MD5 |
f3c31dabaeba7262586ec19cc348a33f
|
|
| BLAKE2b-256 |
14d730385e9b9cbe0c7721ba6aa0467db1e6e66695cb3a74537fe1945e71009f
|