stream-chat-python icon indicating copy to clipboard operation
stream-chat-python copied to clipboard

Stream Chat official Python API Client

Results 10 stream-chat-python issues
Sort by recently updated
recently updated
newest added

# Submit a pull request ## CLA - [ ] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). - [ ] The code changes follow best practices - [ ] Code...

# Submit a pull request ## CLA - [X] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). - [ ] The code changes follow best practices - [ ] Code changes...

Per your docs, the Campaigns api sends messages at a rate of about 60000 per minute. (https://getstream.io/chat/docs/python/campaign_api/?language=python). Would it be possible to add a throttling option so that these messages...

enhancement

**Summary**: httpaio generates error messages due to an unclosed connection. Having taken a quick look at `stream_chat/async_chat/client.py`, calling session.close() on __aexit__ does not satisfy httpaio in my scenario. **Environment**: AWS...

I'm tring to install using conda but the package is not found in anaconda.org. Any tips on how to get it to work?

### Problem explanation Zendesk ticket: 43044 query_channels possible infinite loop by always returning results over 1000 eg Asking for offset: 1000000 will return users even when only 2000 users may...

My company receives and processes getstream webhooks for a variety of reasons, and normally the system works well. However, when we use the campaigns feature to send a message to...

# Submit a pull request ## CLA - [x] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). - [x] The code changes follow best practices - [x] Code changes are tested...

For example, the Dart language has an on() method that allows you to work with events. This is very convenient, because I need not to be tied to a channel....

When I use the `client.search` function for some channels ids which doesn't exist, instead of returning an empty list it gives me the following error: ``` Traceback (most recent call...