コード例 #1
0
ファイル: madbotapi.py プロジェクト: ShitalBorganve/doremon
    def send_presence_available(self):
        """docstring for presence_send_availbale"""
        #wa = WhatsappMediaClient(self.sendReceipts, timeout = float('Inf'))
        wa = WhatsappMediaClient(self.sendReceipts, timeout = 5)

        wa.presenceSendAvailable()
        wa.login(self.username, self.password)