Recent searches
No recent searches
Get a list of all Community Members
Answered
Posted Apr 20, 2021
Hey everyone,
Super basic question - how do I get a list of everyone who has made a contribution to the community?
0
6
Recent searches
No recent searches
Posted Apr 20, 2021
Hey everyone,
Super basic question - how do I get a list of everyone who has made a contribution to the community?
0
6 comments
Nicole Saunders
Hi Michael -
There's not a way to do this in product, though this is data that we expect to become available with the Gather datasets currently being developed for Explore. Those are currently planned for release later this year.
In the meantime, the product manager built this script as a workaround to help you pull all of the information via the API and aggregate it: https://github.com/kaspersorensen/gather-community-stats
1
Michael Shillingford
Oooh thank you @... - I'll check that out and report back!
0
Michael Shillingford
Hi @... just tested this one out. The request returns the .csv file as expected, however the file contains user id's instead of user names. Is there anyway to modify the script so that the name of the user is fetched instead of their ID?
0
Nicole Saunders
Let me check in with the individual who developed the script and I'll get back to you. :)
0
Kasper Sørensen
Hey team,
I built that script :-) It's mostly just an example so I don't want to commit to making a ton of changes to it etc. But I will say that it's pretty basic and there is already a utility to get user information based on a User ID in the code. It's just not used to add names to the CSV file, I think.
0
Michael Shillingford
Thanks both,
I've invested 5 hours trying to make this work but I can't learn Python from scratch just to get a list of who my community members are. This stuff should be native, it's the most basic need for a community platform - I just want a list of who is using my community. It shouldn't be this difficult.
1