Skip to main content

API for ZenIRCBot

Project description

This is in dev currently.

Once it is released you’ll be able to do the following:

$ pip install zenircbot_api

And you’ll be able to use it like so:

from zenircbot_api import ZenIRCBot


client = ZenIRCBot(hostname='redis.server.location', port=6379)
client.send_privmsg(to='#channel', message='ohai')

Docs are availabe at: http://zenircbot.rtfd.org/

History

2.2.6 (2014-02-28)

  • Use atexit to make sure gevent greenlets die.

2.2.5 (2014-02-26)

  • Fix pubsub parser to check for proper message type.

2.2.4 (2012-06-28)

  • added services command

2.2.3 (2012-04-17)

  • removed extra ‘ in library

2.2.2 (2012-04-17)

  • Switched to gevent instead of Thread to make killing services easier.

2.2.1 (2012-04-17)

  • Add symlink for LICENSE so it includes properly when making the package.

2.2.0 (2012-04-17)

  • Add MANIFEST.in

  • Version bump to match major/minor step with ZenIRCBot.

2.1.3 (2012-04-11)

  • Creating history

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

zenircbot_api-2.2.6.tar.gz (4.3 kB view hashes)

Uploaded Source

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