You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.
MikeRixWolfe edited this page Jan 9, 2014
·
7 revisions
Gary documentation
Gary is a python IRC bot.
Introduction
Goals
simplicity
little boilerplate
minimal magic
power
multithreading
automatic reloading
extensibility
Features
multithreaded dispatch and the ability to connect to multiple networks at
a time
easy plugin development with automatic reloading and a simple hooking API
Requirements
Gary runs on Python 2.6 and 2.7.
Many of the plugins requirelxml.
Many plugins require BeautifulSoup4.
GVoice plugin requires pygooglevoice, I reccomend my fork.