Wrong confirmation ID
  • Email
  • Favorite
  • Download
  • Embed
  • Private Content

Loading…

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

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

djabot django python jabber client bot xmpp json jabber web service xmpp

More...

Upload Details

Uploaded via SlideShare as OpenOffice

Usage Rights

CC Attribution-NonCommercial-ShareAlike LicenseCC Attribution-NonCommercial-ShareAlike LicenseCC Attribution-NonCommercial-ShareAlike License

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

1 Embed 34

http://tracklr.com 34

Statistics

Favorites
1
Downloads
0
Comments
4
Embed Views
34
Views on SlideShare
893
Total Views
927

14 of 4 previous next Post a comment

  • marekkuziel marekkuziel Heh, I *do* hope you find this presentation when looking for XMPP services! :)

    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
    Are you sure you want to Yes No
  • XEmacs XEmacs Slartibartfast , bogan at Under the Bridge Yes. And funnily enough I stumbled upon it while looking for XMPP services, not through NZPUG.

    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
    Are you sure you want to Yes No
  • marekkuziel marekkuziel Glad to hear you like the idea! IMO it is easier than usual HTTP based RESTful JSON APIs. Allows to implement machine/machine real-time chatting :) 1 year ago Reply
    Are you sure you want to Yes No
  • XEmacs XEmacs Slartibartfast , bogan at Under the Bridge I particularly like the idea of a RESTful JSON API over XMPP rather than HTML. I'll have to try that ... :) 1 year ago Reply
    Are you sure you want to Yes No
Post Comment
Edit your comment Cancel

Djabot – Python Jabber Bot — Presentation Transcript