Closed Jzarecta closed 8 years ago
is this module available for python3?
Also tried import Bot but got issues:
>> from pymessenger import Bot Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name Bot
fixed it but it seems the class is bot and not Bot
Hi @Jzarecta,
Thanks for bringing attention to this! README has been updated:
Reference: https://github.com/davidchua/pymessenger/pull/3
is this module available for python3?
Also tried import Bot but got issues: