Main > Free Download Search >

Free infobot software for linux

infobot

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9
infobot 44.3

infobot 44.3


infobot is an IRC bot written in Perl 5 which implements a sort of artificial intelligence. more>>
infobot is an IRC bot written in Perl 5 which implements a sort of artificial intelligence by learning information ("factoids") from channel discussions and then responding intelligently to queries about this accumulated information.

In the beginning, we had to type URLs out, or, at best, wade through a set of hierarchic bookmarks for a URL. But what about when you dont know what youre looking for? If you just want to name it, and find out where it is? (Of course, archie has done this for years.)

What makes infobots different from a lycos or a set of bookmarks is that he learns by observing, and that you can query him in intuitive ways.

Internet Relay Chat is a set of client and server which use a protocol. People get on and chat in near-real-time; rather than wait for your netnews replies, you can ask a question and get ignored or answered while you wait.

Url has been sitting on the EFNet channel #macintosh, where hes picked up quite a few factoids from the local community*.

Url, purl, and rurl are perl scripts that once ran under sirc. In fact, it would also run under MacPerl and my barebones port of MacSirc. However, I ended up writing a little irc front-end for it of my own because sirc would hang (rather than, say, crash gracefully).
<<less
Download (0.36MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1226 downloads
Ofnibot 1.0

Ofnibot 1.0


Ofnibot is a reincarnation of Kevin Lenzos Infobot in minimalist form. more>>
Ofnibot is a reincarnation of Kevin Lenzos Infobot in minimalist form. Kevin Lenzos Infobot program (http://www.infobot.org/) is an awesome IRC bot that is used on many IRC channels around the world.

Unfortunately, Infobot has become somewhat large in its old age. Since I maintain a number of IRC channels that require an information bot, my goal was to create an Infobot-compatible bot from the ground up. This bot is fast, secure, and modern.

The core function of the Infobot is to store a knowledge base of "factoids" or facts about things. The knowledge base can then be accessed and updated using common English phrases.

Ofnibot (Ofni = Info spelled backwards) is meant to provide that same core functionality without the bloat of the Infobot code. Ofnibot uses the modern POE::Component::IRC module to interface with IRC and, more importantly, it uses commands and files that are fully compatible with the original Infobot. The entire program comes in at just over 300 lines of Perl.

Because Ofnibot was programmed from the ground up and does not use any of the Infobot code, I cannot guarantee it behaves exactly the same when responding to users. It does, however, provide an exact subset of Infobot commands and can use the exact same database files as the Infobot. It can easily work as a drop-in replacement.
<<less
Download (0.011MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1225 downloads
Blootbot 1.2.0

Blootbot 1.2.0


This bot is based upon infobot-0.44.2 by kevin lenzo. more>>
This bot is based upon infobot-0.44.2 by kevin lenzo. The basis of infobot is still there but _many_ wild features have been added. Along the way, a couple of typos were spotted in the original infobot source and fixed in this version. Blootbot is based on infobot so all thanks to kevin for bringing infobot in the first place.
Main features:
- Additional information stored with factoids. (factinfo)
- Wide range of statistics for Bot, Factoids, IRC, Debian.(status, factstats, ircstats, chanstats, cmdstats)
- Advanced topic management. (the first cool feature)
- Improved factoid search, allowing search by key or value.
- Freshmeat support (freshmeat.net)
- Debian Contents and Packages, search and info.
- ChanServ/NickServ (OPN) support.
- WWW-Search (eg: google for BLAH)
- Slashdot, Kernel and Freshmeat auto-update announcements.
- Units conversion (provided by external module, Units-Module)
Enhancements:
- src/IRC/: IrcHelpers.pl, IrcHooks.pl, Schedulers.pl: hookMode: change chan to nick. if deopped by chanserv, check it
- dont change channel limits during netsplit.
<<less
Added: 2007-03-14 License: GPL (GNU General Public License) Price:
956 downloads
e-Bot 0.3

e-Bot 0.3


e-Bot is an IRC bot written in Perl. more>>
e-Bot is an IRC bot written in Perl. Its main functioning is based on the Socket.pm Perl module, which makes possible its use on most servers that support Perl.

This software will require Perl 5.

You should be able to start up just by running infobot. If you are using macperl, you will
(currently) have to make one minor change (because $^O didnt work for me under os8).

The infobot uses parameter files, typically in the params directory, to set up with. It treats anything on the command line as a parameter file and tries to load it.

If you are using macperl, you will want to set the value of the macperl parameter to 1 in the
two given param files (in the files dir).

By default, the infobot uses the IRC setup. This may change. NOTE that the irc version has no output by default; youll have to turn up the debug level to get more.

to start up the infobot, just invoke it from the command line.
<<less
Download (0.008MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1232 downloads
Pynfo 0.6.3

Pynfo 0.6.3


Pynfo is an IRC bot written in Python and the Twisted framework. more>>
Pynfo is an IRC bot written in Python and the Twisted framework. Among its features are network bridging/relaying, basic "infobot" capabilities, googling, 3 access tiers, and a shorter-link function. Pynfo is easily extensible and fully disk-persisten

It supports basic fact definition (with persistence between runs), searching of Google and Freshmeat. As a network relay, it can "bridge" channels on multiple networks - that is, pass messages between them. It also has a plugin interface, allowing users to easily define new commands.

<<less
Download (0.046MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1225 downloads
rbot 0.9.10

rbot 0.9.10


rbot is a ruby IRC bot. more>>
rbot is a ruby IRC bot. Think of him as a ruby bot framework with a highly modular design based around plugins. It is somekind of a infobot. See more RbotFeatures, or perhaps an ExampleSession.
Main features:
- Runtime configuration via irc chat
- User authentication and access levels for using different bot features
- Built in infobot-style keywords. See example session below.
- Support for underlying fact database (infobot fact files), which can be overridden or supplemented by runtime keyword controls
- Multi-language support - comes with english, dutch and german definitions so far - more translations welcome
- Powerful plugin architecture, comes with plugins for:
- DNS queries
- Babelfish translation
- Google searching
- Excuse generation
- Insult generation
- Karma
- Checking the weather
- Querying slashdot
- Doing Math
- Per-channel quote storage, searching and retrieval
- Reminders
- rot13 translation
- Check the spelling of a word
- Webserver Server: header examination
- RPG dice rolling
- larting people
- conversation stats
- more...
Enhancements:
- Many new and updated plugins, including one to poll RSS feeds.
- A first step towards a better auth system (total revamp due in 0.9.11).
- Improvements to network and server code, which should provide greater stability.
- A new message queueing mechanism with bit rate throttling.
- A new logging framework for debugging and tracing the activities of the bot.
- A new split-db registry system for better performance and transactional usage of bdb for resilience.
- More integration with Nickserv where available, including optional automatic ghost-killing.
<<less
Download (0.10MB)
Added: 2006-08-07 License: GPL (GNU General Public License) Price:
1176 downloads
Knab 0.4.2

Knab 0.4.2


Knab is a completely modular bot with support for any number of sources (e.g., IRC, a Web page, the console, etc.). more>>
Knab is a completely modular bot with support for any number of sources (e.g., IRC, a Web page, the console, etc.). Knab was originally designed as a drop-in replacement for infobot, but has expanded into a fully-functional modular bot. It is not IRC-specific: it has been designed so that it can accept events from any source. In addition, its behaviour is finely configurable, each aspect of its functionality being controlled by hot-pluggable modules which can be loaded and unloaded while the bot is still running. New modules are easy to write, making the bot able to behave in any way the bots owner wants.

Knab means for "Knab is Not A Bot", and is a bottom-up implementation of a general purpose "bot": effectively a program that takes text as input, and gives replies based on the input. The most common use is as a bot on an IRC channel, doing Google lookups, dictionary definitions, Weather checking, and general fact remembering.

Knab is written completely in perl, and will thus run on any platform that perl will, although I am developing on a FreeBSD machine with perl 5.005_03.

Knab differs from other bots I have seen (notably infobot (http://www.infobot.org)) in that it is completely modular: everything is a module that can be enabled and disabled. It is "source" independent (i.e. the source of the text can be IRC, the console, a web-based form, a network socket, Jabber, etc, as long as a module has been written for the medium), and the modules are hot-pluggable.
<<less
Download (0.17MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1222 downloads
napMan 1.1

napMan 1.1


napMan is an infobot that provides you with a real time glimpse into the current state of the worldwide network of nap servers. more>>
napMan is an infobot that provides you with a real time glimpse into the current state of the worldwide network of nap servers that are based on either the closed source napster protocol or the open source opennap protocol.
napMan is written in perl using the GTK-perl module and the GTK+ GUI toolkit. The list of servers is grokked from the excellent php3 script at napigator. napMan is copylefted under a GPL license.
Main features:
- display a list of all the nap servers.
- display current statistics for each server (users, number of mp3 files, gigabytes).
- ability to ping individual servers and check the network lag time.
- facility to save the list of servers and statistics to a file.
- refresh statistics for individual servers or all the servers.
<<less
Download (0.042MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1185 downloads
Perl IRC Statistics Generator 0.70

Perl IRC Statistics Generator 0.70


Perl IRC Statistics Generator (pisg) is an IRC channel statics generator written in Perl. more>>
Perl IRC Statistics Generator (pisg) is an IRC channel statics generator written in Perl, it creates statistics from different logfile formats.
It was originally written because IRCStats wasnt open source. So heres an open source/GPLed version to anyone interested. Its a funny thing for your IRC channel, and its highly customizeable.
Supported logfile formats:
- X-Chat
- mIRC
- mIRC6
- Eggdrops
- bxlog for BitchX
- irssi
- virc98
- dancer
- Trillian
- Grufti
- mbot
- winbot
- zcbot
- muh
- energymech
- ircII
- psybnc
- ircle
- infobot
- axur
- bobot++
- oer
- perlbot
- Vision
- pircbot
- KVIrc
- HydraIRC
- sirc
- moobot
- supybot
- blootbot
- dircproxy
Enhancements:
Bug fixes:
- Added missing > (SF #1550312).
- Fix typo in docs (SF #1550765).
Christoph:
- The manpage file released with 0.69 was empty, sorry. Thanks to Julien Danjou for spotting.
- Fix some typos in manpage and --help text.
<<less
Download (0.23MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1137 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1