Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daringer/horst
Horst is a flexible, plugin-driven, easily extendable IRC-bot written in Python
https://github.com/daringer/horst
Last synced: about 1 month ago
JSON representation
Horst is a flexible, plugin-driven, easily extendable IRC-bot written in Python
- Host: GitHub
- URL: https://github.com/daringer/horst
- Owner: daringer
- License: lgpl-2.1
- Created: 2013-12-13T13:26:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-09T12:39:13.000Z (almost 10 years ago)
- Last Synced: 2023-08-04T07:41:58.486Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 355 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
horst
=====Horst is a flexibe, plugin-driven, easily extendable IRC-bot written in Python
Plugins drive every feature of this bot - they are easy to develop, to debug and to exchange!Quickstart
----------* clone the repository: ```git clone https://github.com/daringer/horst.git```
* change into the horst directory: ```cd horst```
* edit config.py.tmpl: ```vim config.py.tmpl```, at least:
- used_plugins
- server
- port
- nick
- chans* and save/copy it as/to config.py: ```cp config.py.tmpl config.py```
* run it and have fun: ```python2 horst.py```
* inside the IRC-channel start with ```!helpindex```
* CONTRIBUTE A PLUGIN ...