davidchua / pymessenger

A Python Wrapper for the FB Messenger Bot API (Send/Receive API)
MIT License
457 stars 183 forks source link

python3 support? #4

Closed Jzarecta closed 8 years ago

Jzarecta commented 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
Jzarecta commented 8 years ago

fixed it but it seems the class is bot and not Bot

davidchua commented 8 years ago

Hi @Jzarecta,

Thanks for bringing attention to this! README has been updated:

Reference: https://github.com/davidchua/pymessenger/pull/3