Skip to content

Instantly share code, notes, and snippets.

View lviana's full-sized avatar

Luiz Viana lviana

  • MongoDB
  • Dublin, Ireland
  • X @luizxx
View GitHub Profile

Keybase proof

I hereby claim:

  • I am lviana on github.
  • I am lviana (https://keybase.io/lviana) on keybase.
  • I have a public key ASARyl7WcmlOdEy4SE6B0H3JbZH375zrxL-IeuiZyb4_uwo

To claim this, I am signing this object:

#!/usr/bin/env python
import xmpp
from bottle import get, post, abort, request, run
class notifier(object):
def __init__(self, server='include.io'):
self.client = xmpp.Client(server, debug='')