Facebook Chat (Messenger) for Python. This project was inspired by facebook-chat-api.
No XMPP or API key is needed. Just use your email and password.
Go to Read the Docs to see the full documentation, or jump right into the code by viewing the examples
Installation:
$ pip install fbchat
You can also install from source if you have pip>=19.0
:
$ git clone https://github.com/carpedm20/fbchat.git $ pip install fbchat
- Mads Marquart / @madsmtm
- Taehoon Kim / @carpedm20