Home

Awesome

ChatExchange

WARNING

This is a fork of the original https://github.com/Manishearth/ChatExchange . I created it originally because I wanted to make ChatExchange portable for Python 2 and 3. Now my ChatExchange6 fork has been merged back to the original ChatExchange repository.

Therefore please use the original repository linked above for your projects instead of this one. It's not guaranteed to be kept up to date and regularly maintained!

Travis CI build status for master

A Python2 and Python3 cross-version API for talking to Stack Exchange chat.

Dependencies

Make sure you use either pip2 or pip3 depending on which Python version you want to run this on.

Shortcuts

  1. make install-dependencies will install the necessary Python package dependencies into your current environment (active virtualenv or system site packages)
  2. make test will run the tests
  3. make run-example will run the example script
  4. make will run the above three in order

License

Licensed under either of

at your option.

Contribution

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.