Skip to content

Commit be9c2c2

Browse files
authored
Update README.md
1 parent 965070c commit be9c2c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
[![Build Status](https://travis-ci.com/GetStream/stream-chat-python.svg?token=WystDPP9vxKnwsd8NwW1&branch=master)](https://travis-ci.com/GetStream/stream-chat-python) [![codecov](https://codecov.io/gh/GetStream/stream-chat-python/branch/master/graph/badge.svg?token=DM7rr9M7Kl)](https://codecov.io/gh/GetStream/stream-chat-python) [![PyPI version](https://badge.fury.io/py/stream-chat.svg)](http://badge.fury.io/py/stream-chat)
44

5-
stream-chat-python is the official Python API client for [Stream chat](https://getstream.io/chat/) a service for building chat applications.
5+
the official Python API client for [Stream chat](https://getstream.io/chat/) a service for building chat applications.
66

77
You can sign up for a Stream account at https://getstream.io/chat/get_started/.
88

9+
You can use this library to access chat API endpoints server-side, for the client-side integrations (web and mobile) have a look at the Javascript, iOS and Android SDK libraries (https://getstream.io/chat/).
10+
911
### Installation
1012

1113
stream-chat-python supports:
@@ -24,7 +26,7 @@ pip install stream-chat
2426

2527
### How to build a chat app with Python tutorial
2628

27-
TODO: add a sample Python chat program
29+
[Chat with Python, Django and React](https://github.com/GetStream/python-chat-example)
2830

2931
### Supported features
3032

0 commit comments

Comments
 (0)