Skip to content
/ horst Public

Horst is a flexible, plugin-driven, easily extendable IRC-bot written in Python

License

Notifications You must be signed in to change notification settings

daringer/horst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ...

About

Horst is a flexible, plugin-driven, easily extendable IRC-bot written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages