Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get total follower/following counts #42

Closed
jacobwindsor opened this issue Apr 26, 2016 · 5 comments
Closed

Get total follower/following counts #42

jacobwindsor opened this issue Apr 26, 2016 · 5 comments
Assignees

Comments

@jacobwindsor
Copy link

Currently the methods for getting the followers/following objects (using the feed_manager and stream_client classes) only returns the paginated list of items and not a count, this isn't very useful if you need to find the number of followers/following.

Currently:

{'results': [...], 'duration':'some_ms'}
@cklar
Copy link

cklar commented Apr 29, 2017

If I understood the REST API correct, then this information is not provided at all.
Therefore I should be an enhancement of the GetStream platform and not of the django client.

@dwightgunning dwightgunning self-assigned this Sep 20, 2017
@japrogramer
Copy link

I also need this, has the enhancement been made to the GetStream platform?

@dwightgunning
Copy link
Contributor

Thanks for the interest. This is still on our long-range backlog.

@dzero1
Copy link

dzero1 commented Sep 20, 2021

Any update on this? I like to have this with serverside code

@ferhatelmas
Copy link
Contributor

Yes, it's possible via stream_client.

client.follow_stats(feed_id)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants