This project is a fork of carpedm20/fbchat to add asyncio
support. Most of the upstream documentation should apply with
the necessary async
/await
statements added. Also, the examples
have been updated to the asyncio version.
Installation:
$ pip install fbchat-asyncio
You can also install from source:
$ git clone https://github.com/tulir/fbchat-asyncio.git $ cd fbchat-asyncio $ pip install .
- Tulir Asokan / @tulir
- Mads Marquart / @madsmtm
- Taehoon Kim / @carpedm20