[Google Wave APIs] JSONBOT 0.7.1 released

2011-06-09 Thread Bart Thate
Hello kids and parents !! I just want to announce the release of JSONBOT 0.7.1. This release consists of minor bug fixes and new xmpp auth code (SASL) which support DIGEST-MD5 and PLAIN authing. JSONBOT should run well again on systems with python2.5 installed. You can fetch it at http://jsonbot

[Google Wave APIs] possible bug in new "set new participants to read-only" feature of wave bot API

2010-05-01 Thread Bart Thate
to replicate: invite json...@appspot.com to your wave and run !wave-start .. this will make a protected wave that sets all new participants to read- only. works fine for normal users, but as soon as a bot joins the wave, the owner bot stops seeing BLIP_SUBMITTED events. not sure whats going on, m

Re: [Google Wave APIs] BlindWavelet

2010-04-23 Thread Bart Thate
On Fri, Apr 23, 2010 at 5:24 PM, Joel Dietz wrote: > hoi Joel, > I have mostly finished a test suite which tests various robot related > functionality and wanted to add in BlindWavelet. > > Unfortunately, I have no idea what the intended usage is. > > Can someone explain please? Best is to look

Re: [Google Wave APIs] how to get waveId of New wave

2010-04-23 Thread Bart Thate
On Fri, Apr 23, 2010 at 5:15 PM, RAVINDER MAAN wrote: > Hello All Hoi RAVINDER MAAN, > I am creating a new wave by using Active Robot API by using following > code. > > Wavelet wavelet = robot.newWave("wavesandbox.com",participantList); > wavelet.setTitle("Title"); > Blip rootBlip = wavelet.getR

[Google Wave APIs] FEEDPROVIDER 0.2.1 released

2010-04-18 Thread Bart Thate
Hoi Wavers ;] i want to take a piece of your time to introduce FEEDPROVIDER to you, my new bot. It is build on all the previous bots i made, most of the time i spend iterating my code and creating bot after bot until things get stable and things start to fall into place. First thing i needed to ge

[Google Wave APIs] JSONBOT 0.1 released

2010-04-02 Thread Bart Thate
Introducing JSONBOT JSONBOT is a bot that stores all its data in json format. It runs on the Google Application Engine and can thus support wave, web and xmpp. Standalone programms are provided for IRC and console, the goal is to let both clientside and GAE side communicate through JSON either ove

[Google Wave APIs] GZRBOT 0.2 BETA1 released

2010-03-03 Thread Bart Thate
Hello World ! Welcome to the world of Active API ;] Google released their new Wave API so i quickly ported GZRBOT to the new API. Now we can finally push to waves instead of using polling. This makes pushing feeds to waves possible, and this is one of the main things GZRBOT can do. We now use pub

Re: [Google Wave APIs] HB-BOT .. the hubbub bot of the future !

2010-02-28 Thread Bart Thate
ot only works in a wave but also on jabber, just use the register command in a PM with the bot or use the hb-start command if the feed already exists. Ow and the code is at http://hb-bot.googlecode.com ;] Bart > On Sat, Feb 27, 2010 at 7:43 AM, Bart Thate wrote: >> >> HB-BOT  .. t

[Google Wave APIs] HB-BOT .. the hubbub bot of the future !

2010-02-26 Thread Bart Thate
HB-BOT .. the hubbub bot of the future ! using superfeedr.com to fetch any RSS or pubsub feed there is ;] add hb-...@appspot.com to your jabber or wave and !hb-add to add a feed !hb-start have fun ;] Bart -- You received this message because you are subscribed to the Google Groups

Re: [Google Wave APIs] wave hijacking

2010-02-10 Thread Bart Thate
On Wed, Feb 10, 2010 at 6:27 PM, Ronald C.F. Antony wrote: > On 10 Feb 2010, at 11:59, Bart Thate wrote: > >> Well one thing i know from my IRC days is that its best to put the >> power into the owner hands and NOT distribute this power to other >> participants as you wi

Re: [Google Wave APIs] wave hijacking

2010-02-10 Thread Bart Thate
On Wed, Feb 10, 2010 at 5:50 PM, Ronald C.F. Antony wrote: > On 10 Feb 2010, at 11:23, Bart Thate wrote: > >> Its not that i can save this wave, i demonstrates a deeper underlying >> problem, that is the lack of a permissions system that allows the >> owner to determine w

Re: [Google Wave APIs] wave hijacking

2010-02-10 Thread Bart Thate
> On Wed, Feb 10, 2010 at 6:03 PM, Bart Thate wrote: >> >> Hello wavers and more hello Google Team, >> >> Today a gadget was inserted into a public wave of mine, which directed >> me on joining the wave to the following page: >> >> >> http://hos

[Google Wave APIs] wave hijacking

2010-02-10 Thread Bart Thate
Hello wavers and more hello Google Team, Today a gadget was inserted into a public wave of mine, which directed me on joining the wave to the following page: http://hosting.gmodules.com/ig/gadgets/file/100726510508187623906/wave.html this page is a phishing login page of google wave which upon r

Re: [Google Wave APIs] Re: new wave api question

2010-01-16 Thread Bart Thate
Ok thnx that is good news ;] Bart On Sat, Jan 16, 2010 at 9:34 PM, pamela (Google Employee) wrote: > Yes, it will be fixed. Please workaround accordingly for now. > > On Sun, Jan 17, 2010 at 5:14 AM, Bart Thate wrote: >> >> On Sat, Jan 16, 2010 at 7:11 PM, Eyal wrote: &g

Re: [Google Wave APIs] Re: new wave api question

2010-01-16 Thread Bart Thate
> > and your callbacks prototypes to something like this: > > def onSelfAdded(properties, context, event_type): > > Hope this helps, > Eyal. I know i can hack the excisting waveapi package, but i hope to see this getting the standard in the new API. Bart > On Jan 16,

[Google Wave APIs] new wave api question

2010-01-16 Thread Bart Thate
Hello hardworking Googlers, I wonder if this following code snippet from waveapi/robot_abstract.py is going to be fixed in the upcoming API ? def HandleEvent(self, event, context): """Calls all of the handlers associated with an event.""" for handler in self._handlers.get(event.type, [

[Google Wave APIs] CMNDBOT 0.1 released

2010-01-02 Thread Bart Thate
new in this release: * updated the repository to GZRBOT code * a outputcache and poller gadget is now available to support writing to waves (right now the poller polls every minute) * RSS plugin looks stable todo: * make gozernet work .. this lets GZRBOT bots communicate with each other by using

Re: [Google Wave APIs] GZRBOT 0.1 released

2009-12-23 Thread Bart Thate
> * learn .. make the bot remember things > > * gcalc .. use google to calculate > > * wiki . etc... > > to: > >  !test. > > !wiki > > !learn > > etc... > > ( "!" instead of "*") > > or add a global note to replac

[Google Wave APIs] GZRBOT 0.1 released

2009-12-23 Thread Bart Thate
Hi world ! First of all happy christmas and a happy new year to all of you. I want to release GZRBOT to the world. This is a rename of the CMNDBOT bot, since this name matches the one of GOZERBOT the best and thats what this bot is best described .. GOZERBOT on the Google Application Engine. So

[Google Wave APIs] Request For Testers (RSS)

2009-12-16 Thread Bart Thate
hoi ! I have made a poller gadget for CMNDBOT that i would like to get tested. This poller makes it possible to receive RSS feeds into a wave, right now it polls every 10 minutes and seems to work for me but i need to know if it works for others as well ;] you can check out a wave i made for this

[Google Wave APIs] CMNDBOT 0.1 BETA2 released

2009-12-06 Thread Bart Thate
Hello world ! a week after BETA1 i'm releasing BETA2, changes go fast ;] what changed in this version: * RSS plugin can now push to xmpp clients .. add cmnd...@appspot.com to your jabber client and do 1) rss-add to add a feed 2) use rss-start to make the bot start sending you feed updates. * a

[Google Wave APIs] cmndbot 0.1 beta 1 released

2009-11-28 Thread Bart Thate
So once again i bite the bullet because i can no longer wait on going public with this. I'm pleased to announce CMNDBOT 0.1 BETA1 to the world as this is the first released of my port of GOZERBOT to the Google Application Engine, enabling it on wave, web and xmpp. I'll paste here the README to ex