Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 275 Bytes

File metadata and controls

10 lines (6 loc) · 275 Bytes

ChatExchange

A Python API for talking to Stack Exchange chat

Dependancies:

  • BeautifulSoup (sudo apt-get install python-beautifulsoup)
  • Requests (pip install requests). Usually there by default. Please upgrade it with pip install requests --upgrade