Skip to content

xizhao/botko

 
 

Repository files navigation

Botko - a simple IRC bot with some cool plugins Build Status Circle CI Dependency Status GitHub issues Coverage Status codecov.io Code Health Scrutinizer Codacy Badge Code Climate QuantifiedCode

Plugins:

  • PsywerxHistory (Log chats)
  • PsywerxKarma (Keep track of user karma)
  • PsywerxGroups (Define groups within a channel)
  • NSFW image detector
  • Read links (Read twitter, youtube, and vimeo links)
  • Uptime (Show server and bot uptimes)

All Psywerx* plugins require the psywerx server (https://github.com/Smotko/psywerx)

Usage:

 # setup:
 pip install virtualenv
 ./setup_venv
 # start dev in mode:
 ./run
 # start as daemon:
 ./run_daemon start|stop|restart
 # run tests:
 ./run_tests

About

A simple IRC bot in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.6%
  • Shell 1.4%