/fbchat

Facebook Chat (Messenger) for Python

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

fbchat: Facebook Chat (Messenger) for Python

License: BSD 3-Clause Supported python versions: 3.5, 3.6, 3.7, 3.8 and pypy Project version Documentation Travis CI Code style

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

Version warning:

v2 is currently being developed at the master branch and it's highly unstable. If you want to view the old v1, go here.

Additionally, you can view the project's progress here.

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

Maintainer