Djabot – Python Jabber Bot
by marekkuziel on Jul 17, 2010
- 927 views
Djabot – Python Jabber Bot + Echo & HTTP-like JSON API Bots + djabotd – Django daemon command
Djabot – Python Jabber Bot + Echo & HTTP-like JSON API Bots + djabotd – Django daemon command
Accessibility
Categories
Tags
More...Upload Details
Uploaded via SlideShare as OpenOffice
Usage Rights
Statistics
- Favorites
- 1
- Downloads
- 0
- Comments
- 4
- Embed Views
- Views on SlideShare
- 893
- Total Views
- 927



I did the presentation at ChCh NZPUG meetup, but I am not sure whether there is any link between the slides and NZPUG. Most likely not.
The things you like about it are exactly the ones I had on mind when I created it.
Btw. there are few other things such as:
- no need for OAuth, because the problem OAuth is trying to solve does not apply here
- simpler to implement client anywhere (a XMPP lib can be found for any language and then it's only JSON to process. simple as)
- simpler to develop APIs and debug them because you can simply chat with your API :)
Btw. I've got a bot laying around that talks to Arduino. so I can chat to physical devices via GTalk or any Jabber client. 1 year ago Reply
What I particularly like about this approach are these two facts:
1. Event driven nature, no polling required (real-time and demand driven)
2. Easy point-to-point communicatoin, no point-to-server-to-point schemes required, or server implementations on an end point. 1 year ago Reply