def postRawStatu(text): """ Post status without number, without saving to db""" r = RenRen(PAGE_ID) r.postStatus(text)
def postRawStatu(text): """ Post status without number, without saving to db""" r = RenRen() r.postStatus(text)
def postStatu(status, number): text = '#' + str(number) + ' ' + status r = RenRen(PAGE_ID) r.loginByCookie(COOKIE) r.setStatu(text)
def handle(self, *v, **u): r = RenRen(PAGE_ID) r.auth()
def handle(self, *v, **u): r = RenRen(PAGE_ID) r.loginByCookie(COOKIE)
def postRawStatu(text): """ Post status without number, without saving to db""" r = RenRen(PAGE_ID) r.loginByCookie(COOKIE) r.setStatu(text)