Download List

Projeto Descrição

Supybot is a clearly-written Python IRC framework and bot, intended to be both easily extensible and very flexible. Several modules are included by default. Numerous plugins are already written, including Google, Factoids, RSS, Quotes, and Relay. Plugins and their commands achieve greater utility via command nesting, something that no other IRC bot does. The user database is based on "capabilities" rather than obscure flags or arbitrary numeric "userlevels", giving the bot flexibility and fine-grained control (think ACLs vs. standard *nix permissions). Developing your own additions to the bot is simple with the base classes provided; writing a new command for the bot is as simple as writing a function. Unlike many other IRC frameworks, this simplicity is achieved at no cost to generality, which lets new programmers and old programmers alike feel at home in the framework.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-05-26 06:04
0.83.4.1

Esta é uma liberação rápida para corrigir bugs um casal que snuck em pouco antes do último lançamento. O Alias e plugins RSS não iria listar os seus pseudônimos ou feeds RSS, respectivamente. Nenhuma ajuda poderia ser recuperado para qualquer um dos comandos no plugin factóides.
This is a quick release to fix a couple bugs that snuck in just before the last release. The Alias and RSS plugins would not list their aliases or RSS feeds, respectively.
No help could be retrieved for any of the commands in the Factoids plugin.

2009-05-19 02:32
0.83.4

Esta é uma versão bugfix há muito tempo. Entre as correções mais notáveis são a compatibilidade com Python 2.6 e um plugin reescrito Google que já não depende da idade SOAP API. Isso significa que ele será realmente útil para os novos usuários que não são capazes de obter as chaves para descontinuado Google SOAP API.
This is a long overdue bugfix release. Among the more notable fixes are compatibility with Python 2.6 and a rewritten Google plugin that no longer relies on the old SOAP API. This means it will actually be useful to new users who aren't able to get keys for Google's discontinued SOAP API.

2007-10-22 22:25
0.83.3

Esta liberação atualiza o bot para funcionar corretamente com o Python 2.5. Ele corrige alguns dos erros mais importante descoberta desde o último lançamento.
Tags: Minor bugfixes
This release updates the bot to work properly with Python 2.5. It fixes a few of the more prominent bugs discovered since the last release.

2006-07-24 02:01
0.83.2

Algumas das mudanças mais importantes estão a mudar o driver de rede padrão do Twisted para Socket e corrigir o erro acidente com o plugin Karma.
Tags: Major bugfixes
A few of the more important changes are changing the default network driver from Twisted to Socket and fixing the crash bug with the Karma plugin.

2005-09-02 07:47
0.83.1

Esta versão corrige um bug importante onde os plugins só seria automaticamente carregados se o bot se conectar a mais de uma rede.
Tags: Major bugfixes
This release fixes an important bug where plugins
would only be automatically loaded if the bot was
connecting to more than one network.

Project Resources