A Python3 API for talking to Stack Exchange chat.
pip install chatexchange
pulls in the following libraries:
pip install beautifulsoup4
)pip install requests
)pip install websocket-client
).
This module is optional; without it, initSocket()
from SEChatBrowser
will not work.The package has a number of additional development requirements; install them with
pip install chatexchange[dev]
or .[dev]
if you are in the top directory of a local copy of the source.
make install-dependencies
will install the necessary
Python package dependencies into your current environment
(active virtualenv or system site packages)make test
will run the testsmake run-example
will run the example scriptmake
will run the above three in orderLicensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.